Feedbacksrc/components/ui/progress.tsx

Progress

Shows completion progress for a task.

Preview

Installation

Copy the component source into your project with `degit`. This port is intentionally not distributed as an npm package.

bunx degit https://github.com/LiasCode/shadcn-preact/src/components/ui#main ./src/components/ui

Usage

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

export function Example() {
  return <Progress>Progress</Progress>
}

API Reference

ExportPurpose
ProgressComposable part exported by `@/components/ui/progress`.