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