A dropdown menu with smooth expand/collapse animations and click-outside handling.
import AnimatedDropdown from "../components/ui/animated-dropdown"; export default function Demo() { return ( <div className="flex items-center justify-center min-h-screen bg-background"> <AnimatedDropdown /> </div> ); }