Components
FieldProvider

FieldProvider

Field provider

<Field>
  <Label>Label</Label>
  <Input />
  <FieldDescription>Short description</FieldDescription>
  <FieldError>Error message</FieldError>
</Field>

Required props

store

Field store

type
Store<FieldContextType, (cb: FieldContextType) => FieldContextType>
default
null

Optional props

children

Children to be rendered within the provider

type
React.ReactNode
default
null