GitHub
Docs
Progress

Progress

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

Loading...
Loading...

Installation

pnpm dlx shadcn-ng@latest add progress
npx shadcn-ng@latest add progress
npx shadcn-ng@latest add progress
bunx --bun shadcn-ng@latest add progress

Install the following dependencies:

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

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>