RadarChart
A RadarChart component from the Sigil design system.
Import
import { RadarChart } from "@sigil-ui/components";Usage
<RadarChart>...</RadarChart>Props
| Prop | Type | Default | Description |
|---|---|---|---|
axes | RadarAxis[] | — | — |
series | RadarSeries[] | — | — |
width | number | — | — |
height | number | — | — |
rings | number | — | — |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-border | Border |
--s-text-muted | Text muted |
--s-font-mono | Font mono |
--s-primary | Primary |