8bit

Search docs

Search for a docs page

Progress

Displays an indicator showing the completion progress of a task.

x

Installation

pnpm dlx shadcn@latest add https://8bit.cnlibs.com/r/progress.json

Usage

import { Progress } from "@/components/ui/progress";
<Progress className="w-full max-w-md" value={60} />

With Label

Add a ProgressLabel and ProgressValue to describe the current task.

Uploading
x