diff --git a/libs/components/src/lib/menu/README.md b/libs/components/src/lib/menu/README.md index 167896a420..3ad5b51d56 100644 --- a/libs/components/src/lib/menu/README.md +++ b/libs/components/src/lib/menu/README.md @@ -16,7 +16,11 @@ Menu, commonly known as a "context menu", is an element that is displayed upon u ### Open -Proxies the [`open` property to the underlying popup element](../popup#open). +`vwc-menu` internally uses `vwc-popup` to display an element and its descendants above the rest of the document. + +Open property from `vwc-popup` propagate through `vwc-menu`. + + ```html preview