Components
Loading preview...
Fluid dropdown component with hover and smooth animations, customizable colors and Animation
@kousthubha_sky_
npx shadcn@latest add https://21st.dev/r/koustubhayadiyala36/fluid-dropdownimport { Component } from "@/components/ui/fluid-dropdown";
export default function DemoOne() {
return <Component />;
}