-
Couldn't load subscription status.
- Fork 640
ActionBar: Add ActionBar.Menu component
#7065
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
base: main
Are you sure you want to change the base?
Conversation
|
| Name | Type |
|---|---|
| @primer/react | Patch |
| @primer/mcp | Patch |
| @primer/styled-react | Patch |
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
|
👋 Hi, this pull request contains changes to the source code that github/github depends on. If you are GitHub staff, we recommend testing these changes with github/github using the integration workflow. Thanks! |
| } | ||
| | {type: 'divider'; width: number} | ||
| | {type: 'divider' | 'group' | 'menu'; width: number} // TODO: Can we combine this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought about this too. But I believe they have completely different functionality and the intention with each is different. I guess they do have a lot of similarity in implementation though
Closes https://github.com/github/primer/issues/5930
Changelog
New
Changed
Removed
Rollout strategy
Testing & Reviewing
Merge checklist