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