Components
A customizable, compound modal component with animated transitions
Loading preview...
import { EnhancedAnimatedModalDemo } from "@/components/ui/animated-modal";
export default function DemoOne() {
return <EnhancedAnimatedModalDemo />;
}