Radial Progress#

Radial progress shows a circular progress indicator. Uses CSS custom properties --value, --size, and --thickness for full control.

Import#

TSX
import { RadialProgress } from '@sigx/daisyui';

Basic Usage#

TSX
Loading preview...

Colors#

Apply semantic colors to the progress ring.

TSX
Loading preview...

Status Colors#

TSX
Loading preview...

Custom Size#

Use the size prop to control the diameter of the circle.

TSX
Loading preview...

Custom Thickness#

Use the thickness prop to control the stroke width of the progress ring.

TSX
Loading preview...

Styled Background#

Combine with Tailwind utility classes for styled backgrounds.

TSX
Loading preview...

Different Values#

TSX
Loading preview...

Props#

PropTypeDefaultDescription
valuenumber0Progress value (0-100)
sizestring'5rem'Diameter of the circle (CSS value, sets --size)
thicknessstringundefinedStroke width (CSS value, sets --thickness)
color'primary' | 'secondary' | 'accent' | 'neutral' | 'info' | 'success' | 'warning' | 'error'undefinedColor of the progress ring
classstringundefinedAdditional CSS classes