Label (internal) API
CSS Variables
You can customize the style of <Label />
component by using the following CSS
Variables (custom properties):
CSS Classes
.label
The base styles for the <Label />
component.
.label--row
Styles for the label to be displayed in a row.
.label--checkbox
Style for the label to be used with <Checkbox />
component.
.label--radio
Style for the label to be used with <Radio />
component.
.label--with-error
Styles for the error
state.
.label--disabled
Styles for the disabled
state.
.label--fullwidth
Styles for the fullwidth
size variant.
.helper-text
The base styles for the helper text.