Bonsai Design System

Progress

Progress bar indicator built on Radix UI Progress

Preview

Usage

import { Progress } from "@/components/ui/progress"

<Progress value={60} />

Pass a value between 0 and 100. The indicator bar transitions smoothly when the value changes.

Install

npx shadcn add @bonsai/progress

On this page