Label
The Label component defines the label for a form control.
Playground
Props
Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | - | The label text. |
className | string | - | Additional CSS classes. |
size | ThemeSize | - | Sets the size of the label. |
Last updated on