Components
Loading preview...
The Professional Step Card is a clean, enterprise-ready multi-step form component built strictly with shadcn UI components. It guides users through sequential steps—like Email → Password → 2FA—using subtle slide transitions that maintain a polished and professional look. Fully compatible with both light and dark themes, it includes Back/Next navigation and supports easy integration via an onComplete callback. Designed for real-world use, this component can be reused across login flows, onboarding processes, or any multi-step form without unnecessary animations or playful effects, ensuring a smooth and efficient user experience.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/step-cardimport StepCard from "@/components/ui/step-card";
export default function DemoOne() {
return <StepCard />;
}