Radial Progress
Radial progress shows a circular progress indicator. Uses CSS custom properties --value, --size, and --thickness for full control.
Import
import { RadialProgress } from '@sigx/daisyui';
Basic Usage
Loading preview...
Colors
Apply semantic colors to the progress ring.
Loading preview...
Status Colors
Loading preview...
Custom Size
Use the size prop to control the diameter of the circle.
Loading preview...
Custom Thickness
Use the thickness prop to control the stroke width of the progress ring.
Loading preview...
Styled Background
Combine with Tailwind utility classes for styled backgrounds.
Loading preview...
Different Values
Loading preview...
Props
| Prop | Type | Default | Description |
|---|---|---|---|
value | number | 0 | Progress value (0-100) |
size | string | '5rem' | Diameter of the circle (CSS value, sets --size) |
thickness | string | undefined | Stroke width (CSS value, sets --thickness) |
color | 'primary' | 'secondary' | 'accent' | 'neutral' | 'info' | 'success' | 'warning' | 'error' | undefined | Color of the progress ring |
class | string | undefined | Additional CSS classes |