docs(overflow-menu): do not open flipped example by default

This commit is contained in:
Eric Liu 2022-08-27 11:19:13 -07:00
commit 4ea33fb92f

View file

@ -18,7 +18,9 @@ components: ["OverflowMenu", "OverflowMenuItem"]
## Flipped ## Flipped
<OverflowMenu open flipped> Set `flipped` to `true` for the menu to be positioned to the left of the button.
<OverflowMenu flipped>
<OverflowMenuItem text="Manage credentials" /> <OverflowMenuItem text="Manage credentials" />
<OverflowMenuItem href="https://cloud.ibm.com/docs/api-gateway/" text="API documentation" /> <OverflowMenuItem href="https://cloud.ibm.com/docs/api-gateway/" text="API documentation" />
<OverflowMenuItem danger text="Delete service" /> <OverflowMenuItem danger text="Delete service" />