Radial Gauge Chart
A production-scale, light + dark Radial Gauge Chart component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add radial-gauge-chartLive preview available in the gallery.
Usage
import { RadialGaugeChart } from "@lerpa/ui";
<RadialGaugeChart />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| value | number | — | |
| min | number | — | |
| max | number | — | |
| title | string | — | |
| unit | string | — | |
| color | string | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.