Label
A polymorphic, adaptable label component.
Props
Prop | Type | Default |
---|---|---|
size | sm | md | lg | - |
color | base | brand | - |
contrast | boolean | - |
html | string | - |
text | string | - |
as | HTMLTag | label |
HTML Attributes | Polymorphic<as> | - |
Examples
size
The size prop cascades: it is inherited from the parent and it is applied to all children.