Skip to content
Logic2BUI

Search docs

Search components and documentation

New
Menu

Progress

Displays an indicator showing the completion progress of a task.

Installation

npx logic2b@latest add progress

Usage

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

<Progress value={66} />

API

Prop Type Default
value number | null — completion from 0 to max
max number — the value representing 100% 100
className string — sizing/width utilities (e.g. w-[60%])

Examples

Animated

With a label

Uploading…40%