Progress

Displays an indicator showing the completion progress of a task.

Saved preference for elorm init --ui-library base-ui
x
PreviewCode
import { Progress } from "@/components/ui/progress"

export function ProgressDemo() {
  return <Progress value={66} className="max-w-sm" />
}

Installation#

Usage#

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

Displays an indicator showing the completion progress of a task.