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