Progress

A production-ready component built with React and Tailwind CSS

Installation
Add this component to your project using the CLI
npx shadcn@latest add @clamo/progress
Usage
Import and use the component in your application
import { Progress } from "@/components/ui/progress"

export function Example() {
  return <Progress />
}
Preview
Interactive preview of the component
Case Completion33%
Document Review75%