Label
A label element for form inputs with accessibility support.
Import
Usage
Label Props
| Attribute | Type | Default | Description |
|---|---|---|---|
| htmlFor | string | - | The id of the input element this label is for. |
| children | React.ReactNode | - | The label text or content. |
| className | string | - | Additional CSS classes for styling. |

