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