The library is still in early development. Breaking changes and bugs may occur without prior notice. Thanks for your interest in using the library!
v0.2.47Beta

Search

Progress

Source

A linear progress bar component to visually indicate completion or status.

Usage

Import the Progress component from @bun-ui/react and use it like this:

import { Progress } from "@bun-ui/react"
<Progress value={50} />

Examples

Color

Use color prop to set the color of the progress bar. Available colors are primary, secondary, accent, and info.