Skip to content
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

Menu buttons guidance PR #4455

Merged
merged 6 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/pages/components/menu-buttons/style.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The menu used in menu buttons should follow the
### Menu button color

<Row>
<Column colLg={8}>
<Column colLg={12}>

![Menu button variants](images/style-menu-buttons.png)

Expand Down
35 changes: 19 additions & 16 deletions src/pages/components/menu-buttons/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,19 @@ A. Icon button <br /> B. Menu <br />

#### Height

Menu buttons come in three sizes: small, medium, and large. See more about size
specifications on the [Style](/components/menu-buttons/style/) tab. When using a
menu button trigger, the height of the menu item (singular) reflects the size of
the button being used.

| Size | Height (px / rem) |
| ------ | ----------------- |
| Small | 32 / 2 |
| Medium | 40 / 2.5 |
| Large | 48 / 3 |

Menu items come in four sizes: extra small, small, medium, and large. See more
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The paragraph information in this section seems a little repetitive and staggered. I think it could all be consolidated above the table instead of having different sections of body copy. You could try something like this:
Screenshot 2025-02-03 at 1 54 34 PM

about size specifications on the [style](/components/menu/style/) tab. When
using a menu button trigger, the height of the menu item (singular) reflects the
size of the button being used.
about size specifications on the [Style](/components/menu/style/) tab.

<InlineNotification>

Expand All @@ -153,17 +162,10 @@ implementation in other contexts if needed.

</InlineNotification>

| Size | Height (px / rem) |
| ----------- | ----------------- |
| Extra small | 24 / 1.5 |
| Small | 32 / 2 |
| Medium | 40 / 2.5 |
| Large | 48 / 3 |

<Row>
<Column colLg={8}>
<Column colLg={12}>

![Menu height](images/usage-menu-button-height.png)
![Combo button height](images/usage-combo-button-height.png)
laurenmrice marked this conversation as resolved.
Show resolved Hide resolved

</Column>
</Row>
Expand All @@ -189,9 +191,9 @@ By default, the [menu button](/components/menu-buttons/usage/#menu-button) and
and the menu maintains a minimum width of 160px to prevent a narrow appearance.

<Row>
<Column colLg={8}>
<Column colLg={12}>

![Menu width](images/usage-menu-width-menu-button-default.png)
![Menu width](images/usage-menu-buttons-width.png)

<Caption>
Menu default width when both button label and menu option labels are short
Expand Down Expand Up @@ -420,8 +422,9 @@ cases where using a menu button is recommended:
- Actions related to a common label
- Distinct actions applied to the same object or page

Menu button and combo button come in three different button types: primary,
tertiary, and ghost.
Menu button comes in three different button types: primary, tertiary, and ghost.
For detailed visuals, visit the
[Style](/components/menu-buttons/style/#menu-button-color) tab.

<Row>
<Column colLg={8}>
Expand Down