IftaLabel Theming

Theming documentation for IftaLabel component

Styled#

CSS Classes#

List of class names used in the styled mode.

classNamedescription
p-iftalabelClass name of the root element

Design Tokens#

List of design tokens.

tokenCSS Variabledescription
iftalabel.color
--p-iftalabel-color
Color of root
iftalabel.focus.color
--p-iftalabel-focus-color
Focus color of root
iftalabel.invalid.color
--p-iftalabel-invalid-color
Invalid color of root
iftalabel.transition.duration
--p-iftalabel-transition-duration
Transition duration of root
iftalabel.position.x
--p-iftalabel-position-x
Position x of root
iftalabel.top
--p-iftalabel-top
Top of root
iftalabel.font.size
--p-iftalabel-font-size
Font size of root
iftalabel.font.weight
--p-iftalabel-font-weight
Font weight of root
iftalabel.input.padding.top
--p-iftalabel-input-padding-top
Padding top of input
iftalabel.input.padding.bottom
--p-iftalabel-input-padding-bottom
Padding bottom of input

Unstyled#

Theming is implemented with the pass through properties in unstyled mode.