Animated onboarding progress card showing three steps with visual loaders, transitions, and completion indicators.
// visit https://forgeui.in for more such components import OnboardCard from '@/components/ui/onboard-card'; const Demo = () => { return ( <OnboardCard duration={3000} // 3sec step1="Welcome Aboard" step2="Verifying Details" step3="Account Created" /> ) } export default Demo
Part of Forge UI — browse the full library on 21st.dev.