From 340f400dd0b53e18577a039d2e5d75d8a3200b19 Mon Sep 17 00:00:00 2001 From: Sam Sycamore <71297412+samuelsycamore@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:19:25 -0800 Subject: [PATCH] for example --- docs/data/material/components/menus/menus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data/material/components/menus/menus.md b/docs/data/material/components/menus/menus.md index 1304bdb45d787f..294bffd7d4eaf5 100644 --- a/docs/data/material/components/menus/menus.md +++ b/docs/data/material/components/menus/menus.md @@ -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: