CleenUI · Feedback · ProgressBar

ProgressBar

Linear progress indicator with percent, indeterminate mode, and label.

storybook.cleenui.com · feedback-progressbar--default
Open in new window

About ProgressBar

ProgressBar is the standard linear progress indicator. Pass a value from 0 to 100 to render determinate progress; omit the value for an indeterminate striped animation.

Label and percentage display can be enabled in any combination. Use it for file uploads, multi-step processes, and any user-facing long-running work.

When to use it

  • File upload and download progress.
  • Form completion percentage in long flows.
  • Multi-step process indicators.
  • Storage or quota meters.

Common props

Prop
Type
Description
value
number
Progress 0–100.
indeterminate
boolean
Striped animation when progress is unknown.
label
string
Label above the bar.
showValue
boolean
Render percentage value.
color
string
Color variant or token.
⚡ Already in an AI editor?

Set up CleenUI in your tool.

Skip the manual import — ask your AI agent to build with this component. The Builder skill knows its props, variants, and idioms.