mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41:05 +00:00
docs(expandable-tile): add "With interactive content" example (#1465)
* style(docs): apply `code-01` styles to component api type, default value * docs(expandable-tile): add "With interactive content" example (#1464) * docs(overflow-menu): do not open flipped example by default
This commit is contained in:
parent
94ea06bfbc
commit
6ec48312ff
5 changed files with 40 additions and 17 deletions
|
@ -18,7 +18,9 @@ components: ["OverflowMenu", "OverflowMenuItem"]
|
|||
|
||||
## 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 href="https://cloud.ibm.com/docs/api-gateway/" text="API documentation" />
|
||||
<OverflowMenuItem danger text="Delete service" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue