Components
This fluid steps animation is perfect for progress indicators or onboarding flows! 🚀✨
Loading preview...
import ProgressIndicator from "@/components/ui/progress-indicator";
export function ProgressIndicatorDemo() {
return <ProgressIndicator />;
}