MiniBarList
A MiniBarList component from the Sigil design system.
Import
import { MiniBarList } from "@sigil-ui/components";Usage
<MiniBarList>...</MiniBarList>Props
| Prop | Type | Default | Description |
|---|---|---|---|
items | MiniBarItem[] | — | — |
valueLabel | string | Count | Value label (shown in header). |
formatValue | (v: number) => string | — | Format value for display. |
color | string | — | Color for all bars if not set per-item. |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-text-muted | Text muted |
--s-primary | Primary |
--s-radius-sm | Radius sm |
--s-text | Text |
--s-font-mono | Font mono |