Dropdown Menu
Displays a menu to the user, triggered by a button, which can contain links or perform functions.
typescript
import { DropdownMenu, DropdownMenuDivider, DropdownMenuItem, createDropdownMenu } from '@peopleplus/components';
Usage
Basic Usage
Loading example...