SAEL

Progress

Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.

Made by imskyleen
Loading...

Installation

Usage

<Progress value={50}>
  <ProgressLabel />
  <ProgressValue />
  <ProgressTrack />
</Progress>

Props

Animate UI Props

ProgressTrack

Prop

Type

ProgressLabel

Prop

Type

Credits

  • We use Base UI for the progress component.
  • We take our inspiration from Shadcn UI for the progress style.

On this page