Loading preview...
Here is Progress component
@anubra266
npx shadcn@latest add https://21st.dev/r/anubra266/progress-1
import LinearBasic from "@/components/ui/progress-1"; export default function DemoOne() { return <LinearBasic />; }