src/components/form/form-button.tsximport arrowPathIcon from '@iconify/icons-heroicons/arrow-path'import clsx from 'clsx'import { Button } from '@/components/button'import { Icon } from '@/components/icon'// ============================================================================// FormButton Component// ============================================================================export type FormButtonProps = {label: stringname: stringisLoading?: booleansubmitMessage?: stringclassName?: string}export function FormButton({label,isLoading,
Showing the first 20 lines.
Get full code