58%
Bar
Linear progress summary with target copy.
/render stateProgress summary card that composes Concrete linear and ring progress primitives.
Meter is a bounded progress summary, not a charting framework. Use it for quotas, completion, utilization, and health summaries.
Controls update query params directly. Complex slots use curated fixtures so component states stay deterministic, linkable, and screenshot-ready.
Every state maps to the same component render route through the `state` query param.
Linear progress summary with target copy.
/render stateCircular progress summary for compact scorecards.
/render stateTerminal, ultra, and error signal meters.
/render state| Name | Type | Default | Description |
|---|---|---|---|
label * | string | - | Meter label shown in the card header. |
value * | DataProgressValue | - | Bounded value object parsed at runtime. |
variant | 'bar' | 'ring' | bar | Linear or circular meter rendering. |
tone | DataTone | sky | Progress tone mapped to Concrete signals. |
target | number | - | Optional target value called out in the footer. |
unit | string | % | Rendered value unit. |
description | string | - | Optional supporting text in the footer. |
compact | boolean | false | Tighter rail/ring dimensions. |