Components
Loading preview...
Here is Animated Form component
npx shadcn@latest add https://21st.dev/r/amanshakya1808/animated-formimport AnimatedForm from '@/components/ui/animated-form';
export default function AnimatedFormExample() {
return (
<AnimatedForm delay={7000} name="Alex Morgan" /> //7000 means 7sec
)
}