Label
Examples
Label Props
The Label component accepts the following props.
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| className | string | '' | Additional classes added to the label. | |
| children | node | Content rendered inside the label. | ||
| isCompact | bool | false | Flag to show if the label is compact. |