Data Display
Indicator
client23.75 kB
@stellaria/nebula-webIndicatorPropsPreview
Props
14| Prop | Type | Default |
|---|---|---|
announce | string | — |
children required | ReactNode | — |
className | string | — |
color | ColorExtended | "error" |
count | number | — |
disabled | boolean | false |
label | ReactNode | — |
max | number | 99 |
offset | number | 0 |
placement | IndicatorPlacement | "top-end" |
processing | boolean | false |
showZero | boolean | false |
size | Size | "md" |
withBorder | boolean | true |
Slot props
1Each one spreads over an inner element, so you can restyle a region without forking the component.
| Prop | Type | Default |
|---|---|---|
dotProps The badge. Not rendered with `disabled`, nor with a `count` that does not qualify — zero without `showZero` — and no `label`. With neither `label` nor `count` it is a bare dot. | BoxSlotProps | — |
Also accepts
On top of its own props, this component forwards these groups.
Style props · 127