Documentation
Reusable form components with react-hook-form integration
name: string (required)label: stringtype: "text" | "email" | "password" | "number" | "tel" | "url"required: booleanplaceholder: stringname: string (required)label: stringrows: number (default: 4)required: booleanname: string (required)label: stringoptions: Array<{ value: string; label: string }> (required)required: boolean