easeUI

Progress

Progress bar that fills with scale instead of width, plus an indeterminate state for unknown durations.

Uploading video.mp4
20%

Installation

$ bunx --bun shadcn add @easeui/progress

API reference

PropTypeDefaultDescription
value?number-0 to 100. Omitted, the bar runs indeterminate.
showValue?booleanfalseShows the percentage above the bar. Ignored when indeterminate. Default false.
className?string--

Updated