Indicator
Indicators are used to place an element on the corner of another element.
Properties
Property | Required | Type | Description |
---|---|---|---|
value | No | str | |
color | No | str (one of: primary, secondary, accent, neutral, success, warning, info, error) | |
size | No | str (one of: xs, sm, md, lg, xl) | |
outline | No | bool | |
position | No | str (one of: start, center, end, top, middle, bottom) | |
Any additional properties | No | any |
Children
Accepts any HTML content
Examples
<{Indicator}>
</{Indicator}>