Holographic Pie Chart
A production-scale, light + dark Holographic Pie Chart component. Copy-paste via the CLI; you own the code.
npx lerpa-cli add holographic-pie-chartLive preview available in the gallery.
Usage
import { HolographicPieChart } from "@lerpa/ui";
<HolographicPieChart />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| data | PieChartDataPoint[] | - | |
| title | string | — | |
| description | string | — | |
| className | string | — | |
| innerRadius | number | — | |
| outerRadius | number | — |
Accessibility
- Keyboard accessible interactive elements.
- Respects prefers-reduced-motion where animated.
- Color is never the only signal.