Form

Связка лейбла, подсказки и ошибки. FormControl передаёт invalid/required/disabled через React context в Input, Textarea, Select, Checkbox, Radio, Switch, FormLabel и FormHelperText (явные пропсы имеют приоритет). Справка — в шапке Документация → Form.

Примеры: FormControl

Contact details

FormControl passes invalid/required/disabled to Input, FormLabel, and FormHelperText via context (explicit props still win).

We never share your email with third parties.
Please enter your name

Примеры: FormGroup

Profile

Multiple fields in one group

Примеры: действия формы с Button

Native <form> via polymorphic Box as="form"; primary submit and outline reset.

Quick message
We'll only use this to reply.

Примеры: интеграция с react-hook-form

kovax-react/react-hook-formFormField wraps useController, FormControl context, and ref/value injection into Input.

Use any valid-looking email for the demo.
Minimum 8 characters.