You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ActionMenu is a pattern component that provides an overlay menu with a list of options. It is intended to be a replacement for the existing OptionsMenu component.
ActionMenu should be composed with ActionOverlay and share specific properties with that implementation, excluding open, focusTrapOptions, and target since those properties will be managed internally via ActionMenu:
interfaceActionMenuextendsOmit<ActionOverlay<HTMLDivElement>,'open'|'target'|'focusTrapOptions'>{/** A callback function that is called when any action list item is selected. */closeOnAction?: boolean}
Implementation
[TBD]
The text was updated successfully, but these errors were encountered:
ActionMenu is a pattern component that provides an overlay menu with a list of options. It is intended to be a replacement for the existing OptionsMenu component.
Related:
Props
ActionMenu
should be composed withActionOverlay
and share specific properties with that implementation, excludingopen
,focusTrapOptions
, andtarget
since those properties will be managed internally viaActionMenu
:Implementation
[TBD]
The text was updated successfully, but these errors were encountered: