Docs
Progress

Progress

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

Loading...
Loading...

Installation

npx shadcn-ng@latest add progress
npm
yarn
pnpm
bun

Install the following dependencies:

npm install @radix-ng/primitives
npm
yarn
pnpm
bun

Copy and paste the following code into your project.

Update the import paths to match your project setup.

Usage

import { ProgressDirective } from '@/components/ui/progress'
<div ubProgress [progress]="10"></div>