The library is still in early development. Breaking changes and bugs may occur without prior notice. Thanks for your interest in using the library!
A linear progress bar component to visually indicate completion or status.
Import the Progress
component from @bun-ui/react
and use it like this:
import { Progress } from "@bun-ui/react"
<Progress value={50} />
Use color
prop to set the color of the progress bar.
Available colors are primary
, secondary
, accent
, and info
.
Prop | Type | Default | Description |
---|---|---|---|
color | "primary" | "secondary" | "accent" | "neutral" | "primary" | Color of the progress bar. |