Components
Horizontal Steps – Step-by-step progress tracker. Displays stages in a clean, horizontal layout with clear indicators. Perfect for onboarding flows, timelines, or multi-step processes.
Loading preview...
import { Component } from "@/components/ui/horizontal-steps";
export default function DemoOne() {
return <Component />;
}