CircularProgress
A CircularProgress component from the Sigil design system.
Import
import { CircularProgress } from "@sigil-ui/components";Preview
Usage
<CircularProgress>CircularProgress content</CircularProgress>Props
| Prop | Type | Default | Description |
|---|---|---|---|
value | number | — | Progress value between 0 and 100. Omit for indeterminate. |
size | number | 40 | Diameter in pixels. |
strokeWidth | number | 4 | Stroke width in pixels. |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-border | Border |
--s-primary | Primary |
--s-duration-normal | Duration normal |