Skip to Content

Progress

A data display component that maps numerical completeness percentages across a tracking bar. 
For more information on this component configuration, visit Radix UI 

Vertical Orientation

Set the orientation prop to vertical to change the orientation of the component.

Sizes

Use the progress-{size} class to control the component size.

Size values can include:smmdlg.

For more information on all available sizing utilities, visit Tailwind 

Palette

Use the palette-{color} class to control the component color. Refer to the Colors documentation to see all available color and shade options.

For more information on all available color utilities, visit Tailwind .

Customizing

globals.css
:root { --ex-progress-size-sm: calc(var(--spacing) * 0.5); --ex-progress-size-md: calc(var(--spacing) * 1); --ex-progress-size-lg: calc(var(--spacing) * 1.5); --ex-progress-radius-sm: 9999px; --ex-progress-radius-md: 9999px; --ex-progress-radius-lg: 9999px; }

API

For more information on this component configuration, visit Radix UI 

Progress

ElementSelector
Progress.ex-progress
PropTypeDefault
asElementTypediv
asChildbooleanfalse
maxnumber
orientationenum of ["horizontal", "vertical"]horizontal
valuenumber|null

Progress Indicator

ElementSelector
Progress.Indicator.ex-progress-indicator
PropTypeDefault
asElementTypediv
asChildbooleanfalse
Last updated on