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