Components
An animated navigation menu with shifting content. Hovering or clicking on a dropdown smoothly reveals its content with motion transitions.
Loading preview...
import { ShiftingDropDown } from "@/components/ui/shifting-dropdown";
export default function DemoOne() {
return <ShiftingDropDown />;
}