Imagine ArtImagine Art

A horizontal bar that visually communicates the completion percentage of a task.

Feedback & Status

Import

import { Progress } from "@/components/ui"

API

PropTypeDefaultDescription
variant"brand" | "success" | "warning" | "error""brand"Color of the progress fill.
size"sm" | "md" | "lg""md"Track height.
valuenumber0Current progress value.
maxnumber100Maximum value.
labelstringAccessible label text.
showValuebooleanDisplays the percentage text.

Examples