Back to Components
Navigation

Dropdown Menu

Contextual menu with keyboard navigation and nested submenus.

PropsUsage ExampleVariations

Dependencies

  • clsx
  • tailwind-merge
  • @radix-ui/react-dropdown-menu

Files

  • components/ui/dropdown-menu.tsx

Installation

Using shadcn CLI

npx shadcn add dropdown-menu --url https://ui.hampton.io

Manual installation

Copy the component file to your project and install dependencies:

npm install clsx tailwind-merge @radix-ui/react-dropdown-menu

Related Navigation Components