Displays an indicator showing the completion progress of a task.
"use client"
import * as React from "react"Installation
pnpmnpmyarnbun
Usage
import { Progress } from "@/components/ui/progress"<Progress value={33} />Displays an indicator showing the completion progress of a task.
"use client"
import * as React from "react"pnpmnpmyarnbunpnpm dlx shadcn@latest add https://nessra-ui.vercel.app/r/progress.json
import { Progress } from "@/components/ui/progress"<Progress value={33} />| Prop | Type | Default | Description |
|---|---|---|---|
value | number | 0 | The progress value (0-100) |
max | number | 100 | The maximum value |