A reusable component for Animated modal
npx shadcn@latest add https://21st.dev/r/avanishverma4/animated-modal-1
Loading preview...
import Component from "@/components/ui/animated-modal-1"; export default function DemoOne() { return <Component />; }