Atom
Progress
A atom component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/progressUsage
tsx
import { Progress } from "@/components/ui/atoms/progress.tsx";
export default function Example() {
return <Progress />;
}A atom component from the MADT registry.
npx shadcn@latest add @madt/progressimport { Progress } from "@/components/ui/atoms/progress.tsx";
export default function Example() {
return <Progress />;
}