Components
Loading preview...
A dropdown menu with smooth expand/collapse animations and click-outside handling.
@Shatlyk1011
npx shadcn@latest add https://21st.dev/r/Shatlyk1011/animated-dropdownimport 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>
);
}