Dropdown Menu

A dropdown menu is a menu that offers a list of options to the user. When the user clicks on the trigger, the menu will appear below or above the trigger. The dropdown menu can be used to create a menu, a select, or a context menu.

Installation

npm install @andore-ui/dropdown-menu

Import

import {DropdownMenu, DropdownMenuArrow, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuItem, DropdownMenuItemIndicator, DropdownMenuItemLeading, DropdownMenuItemTrailing, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger} from @andore-ui/dropdown-menu

Usage