src/components/form/form-name.tsximport { inputBaseStyles } from './utils'import { FormInput } from './form-input'// ============================================================================// FormName Component (First + Last Name)// ============================================================================export type FormNameProps = {name1: stringname2: stringplaceholder1?: stringplaceholder2?: stringrequiredFirst?: booleanrequiredSecond?: booleanclassName?: stringlabel1?: stringlabel2?: string}export function FormName({
Showing the first 20 lines.
Get full code