progress API
feedback/circular-progress.tsx
CircularProgress
Props
Prop | Type | Default | Description |
---|---|---|---|
size | number | undefined | 48 | Size in pixels |
strokeWidth | number | undefined | 4 | Stroke width |
variant | CircularProgressVariant | "primary" | "success" | "warning" | "danger" | "info" | undefined | CircularProgressVariant.Primary | Color variant |
showLabel | boolean | undefined | false | Show percentage label |
indeterminate | boolean | undefined | false | Indeterminate state (loading) |
Show native HTML props
Native HTML Props
Prop | Type | Default | Description |
---|---|---|---|
value | number | undefined | 0 | percentage 0-100 |
className | string | undefined | — |