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