Action menu
Use the action menu component to display a list of actions or selections that expand through a trigger button.
import {ActionMenu} from '@primer/react-brand'
In single selection mode it is important to apply an aria-label
to the
ActionMenu.Button
child. This provides the user with important and durable
context on the selection they need to make.