Components
Loading preview...
An animated navigation menu with shifting content. Hovering or clicking on a dropdown smoothly reveals its content with motion transitions.
@Abuhuraira
npx shadcn@latest add https://21st.dev/r/hurerag24/shifting-dropdownimport { ShiftingDropDown } from "@/components/ui/shifting-dropdown";
export default function DemoOne() {
return <ShiftingDropDown />;
}