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

[docs] Add details on complementary Menu components #44957

Merged
merged 12 commits into from
Jan 9, 2025
Prev Previous commit
Next Next commit
for example
  • Loading branch information
mapache-salvaje committed Jan 6, 2025
commit 340f400dd0b53e18577a039d2e5d75d8a3200b19
2 changes: 1 addition & 1 deletion docs/data/material/components/menus/menus.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ For instance, you can display the menu on top of the anchor:
## Composition with Menu List

The Menu component uses the Popover component internally.
But you might want to use a different positioning strategy, or prefer not to block scrolling.
But you might want to use a different positioning strategy, or prefer not to block scrolling, for example.

The Menu List component lets you compose your own menu for these kinds of use cases—its primary purpose is to handle focus.
See the demo below for an example of composition that uses Menu List and replaces the Menu's default Popover with a Popper component instead:
Expand Down