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
.