RatingGroup
A RatingGroup component from the Sigil design system.
Import
import { RatingGroup } from "@sigil-ui/components";Preview
Usage
<RatingGroup>RatingGroup content</RatingGroup>Props
| Prop | Type | Default | Description |
|---|---|---|---|
value | number | — | — |
defaultValue | number | — | — |
onChange | (value: number) => void | — | — |
max | number | — | — |
disabled | boolean | — | — |
size | `"sm" | "md" | "lg"` |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-duration-fast | Duration fast |
--s-primary | Primary |
--s-radius-sm | Radius sm |
--s-warning | Warning |
--s-border | Border |