Dropdown menu
A dropdown menu displays a list of actions when a trigger is pressed.
import { ... } from '@ag.ds-next/react/dropdown-menu';
This component implements the accessibility features specified in the Menu Button Pattern by the ARIA Authoring Practices Guide (APG).
ARIA roles
- The
DropdownMenuPanel
componen uses the menu role - The
DropdownMenuGroup
component use the group role - The
DropdownMenuItem
andDropdownMenuItemLink
components use the menuitem role - The
DropdownMenuItemRadio
component use the menuitemradio role