mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
docs(overflow-menu): do not open flipped example by default
This commit is contained in:
parent
4e29ca8b7c
commit
4ea33fb92f
1 changed files with 3 additions and 1 deletions
|
@ -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" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue