Field label
Field labels give context to the information that a user needs to input. They're commonly used in forms.
| Property | Type | Values | Default | Required | Description |
|---|---|---|---|---|---|
| label | string | - | - | No | - |
| labelPosition | string | top, side | top | No | - |
| size | string | s, m, l, xl | m | No | - |
| necessityIndicator | string | text, icon | icon | No | - |
| isRequired | boolean | - | false | No | - |
| isDisabled | boolean | - | false | No | - |