Components
This fluid steps animation is perfect for progress indicators or onboarding flows! 🚀✨
npx shadcn@latest add https://21st.dev/r/anurag-mishra22/progress-indicatorLoading preview...
import ProgressIndicator from "@/components/ui/progress-indicator";
export function ProgressIndicatorDemo() {
return <ProgressIndicator />;
}