LandorUI
GitHub

Dropdown Menu

A menu of actions triggered by a button.

Installation

npx shadcn@latest add https://landorui.landorestate.com/r/dropdown-menu.json

Usage

A menu of actions triggered by a button.

import {
  DropdownMenu,
  DropdownMenuContent,
  DropdownMenuItem,
  DropdownMenuLabel,
  DropdownMenuSeparator,
  DropdownMenuTrigger,
} from "@/components/ui/dropdown-menu";