Variable: Form
@arolariu/components / Form
Variable: Form
constForm: <TFieldValues,TContext,TTransformedValues>(props) =>Element&object
Defined in: components/ui/form.tsx:53
Provides the react-hook-form context to nested form primitives.
Type Declaration
displayName
displayName:
string="Form"
Remarks
- Renders the
FormProvidercomponent fromreact-hook-form - Built on
react-hook-form
Example
<Form {...form}>
<form>...</form>
</Form>
See
// was this page useful?