From bf4f28e7101ab964ec9a32f70157542d50fd2605 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Wed, 2 Mar 2022 06:50:30 -0800 Subject: [PATCH] docs(overflow-menu): add "Disabled items" example #1141 --- docs/src/pages/components/OverflowMenu.svx | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/src/pages/components/OverflowMenu.svx b/docs/src/pages/components/OverflowMenu.svx index 9cd9491b..3b46d470 100644 --- a/docs/src/pages/components/OverflowMenu.svx +++ b/docs/src/pages/components/OverflowMenu.svx @@ -81,4 +81,21 @@ By default, the first overflow menu item is focused when opening the dropdown. + + +### Disabled items + +Disable menu items by setting `disabled` to `true`. + + + + + + + + \ No newline at end of file