FormField
Default
Props
| Prop | Type | Default | Notes |
|---|---|---|---|
| label | string | — | Visible field label. |
| htmlFor | string | — | Associates the label with a control id. |
| className | string | '' | Extra classes for the field wrapper. |
| children | Snippet | — | The control(s) under the label. |
| Prop | Type | Default | Notes |
|---|---|---|---|
| label | string | — | Visible field label. |
| htmlFor | string | — | Associates the label with a control id. |
| className | string | '' | Extra classes for the field wrapper. |
| children | Snippet | — | The control(s) under the label. |