Progress

Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.

Installation

pnpm add @ag/ui

Usage

import { Progress } from "@ag/ui"
<Progress value={33} />

Examples

Label

Use a Field component to add a label to the progress bar.

Controlled

A progress bar that can be controlled by a slider.

RTL

To enable RTL support in shadcn/ui, see the RTL configuration guide.

API Reference

See the Radix UI Progress documentation.