Label
A form label with built-in support for required/optional indicators and inline hints.
Installation
Props
Extends HTMLLabelElement props.
| Prop | Type | Default | Description |
|---|---|---|---|
required | boolean | false | Append a red asterisk. |
optional | boolean | false | Append a muted "(optional)" tag. |
hint | string | — | Inline helper text rendered next to the label. |