-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[popover2] feat: ContextMenu2 component #4524
Conversation
WIP ContextMenu2Previews: documentation | landing | table |
packages/docs-app/src/examples/core-examples/contextMenu2Example.tsx
Outdated
Show resolved
Hide resolved
dark themePreviews: documentation | landing | table |
fix lintPreviews: documentation | landing | table |
deprecate v1 APIPreviews: documentation | landing | table |
I've been using the How I can use the new ContextMenu2 to show context menus for tree nodes ? thanks |
@stevestorey can you open a new issue? or tack onto this related one: #4537 |
Fixes #3891, fixes #4038
Checklist
Changes proposed in this pull request:
New
<ContextMenu2>
component, works with hooks, no more potentially confusing decorators, simply works with Popover2 under the hood...Reviewers should focus on:
API parity
Screenshot