Dropdown Menu
Displays a menu to the user — such as a set of actions or functions — triggered by a button.
Installation
pnpm dlx shadcn@latest add dropdown-menuUsage
import { Button } from "@/components/ui/button";
import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuTrigger } from "@/components/ui/dropdown-menu";Displays a menu to the user — such as a set of actions or functions — triggered by a button.