nessra uinessra ui

Displays an indicator showing the completion progress of a task.

"use client"

import * as React from "react"

Installation

pnpmnpmyarnbun
pnpm dlx shadcn@latest add https://nessra-ui.vercel.app/r/progress.json

Usage

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

API Reference

Progress

PropTypeDefaultDescription
valuenumber0The progress value (0-100)
maxnumber100The maximum value