Docs
Components
Progress

Progress

Input

Props

PropTypeDescriptionRequired
progressnumberThe progress value to display (percentage).Yes
withMarkerbooleanIf true, displays a marker showing the progress percentage.No
withLabelbooleanIf true, displays a label inside the progress bar showing the percentage.No
className{ wrapper?: string; progress?: string; marker?: string; markerIndicator?: string; }An object to customize CSS class names for the wrapper, progress bar, marker, and marker indicator.No