Stepper
A layouts stepper component
2
3
Step 1 Content
import Stepper, { Step } from "@/components/vritti/stepper";
export function StepperExample() {
return (
<div className="relative flex h-[400px] w-full items-center justify-center overflow-hidden rounded-lg border">
<Stepper>
<Step>Step 1 Content</Step>
<Step>Step 2 Content</Step>
<Step>Step 3 Content</Step>
</Stepper>
</div>
);
}
Installation
pnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/stepper"
Dependencies
pnpm add motion