src/components/buttons.tsximport clsx from 'clsx'import React from 'react'import {type DOMNode,Element,type HTMLReactParserOptions,domToReact,} from 'html-react-parser'interface ButtonsProps {children: React.ReactNodeclassName?: stringmargin?: string}export function Buttons({children,className,margin = 'mt-12 mb-8',}: ButtonsProps) {
Showing the first 20 lines.
Get full code