[x] Executed npm run validate and made sure no errors / warnings were shown
[x] Described changes in CHANGELOG.md
[ ] Bumped version in package.json and package-lock.json (npm --no-git-tag-version version <major|minor|patch>) ref
[ ] Updated all static build artifacts (npm run build-all)
Test plan
[x] Start storybook and go to the Menu story. In the context menu example, you should be able to trigger the menu using the right mouse button, or ctrl + click on a Mac, using the primary button. You can also trigger the same menu by clicking on the secondary button.
Closes https://github.com/Doist/Issues/issues/7077
Short description
This adds a
<MenuContextMenuTrigger>
component to allow an element to open a menu as a context menu.Reference: https://ariakit.org/examples/menu-context-menu
PR Checklist
npm run validate
and made sure no errors / warnings were shownCHANGELOG.md
package.json
andpackage-lock.json
(npm --no-git-tag-version version <major|minor|patch>
) refnpm run build-all
)Test plan
Versioning
Minor