mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
docs(overflow-menu): add light variant example
This commit is contained in:
parent
03b0deccdc
commit
cf8e074abe
1 changed files with 8 additions and 0 deletions
|
@ -32,6 +32,14 @@ components: ["OverflowMenu", "OverflowMenuItem"]
|
||||||
<OverflowMenuItem danger text="Delete service" />
|
<OverflowMenuItem danger text="Delete service" />
|
||||||
</OverflowMenu>
|
</OverflowMenu>
|
||||||
|
|
||||||
|
### Light variant
|
||||||
|
|
||||||
|
<OverflowMenu light>
|
||||||
|
<OverflowMenuItem text="Manage credentials" />
|
||||||
|
<OverflowMenuItem href="https://cloud.ibm.com/docs/api-gateway/" text="API documentation" />
|
||||||
|
<OverflowMenuItem danger text="Delete service" />
|
||||||
|
</OverflowMenu>
|
||||||
|
|
||||||
### Extra-large size
|
### Extra-large size
|
||||||
|
|
||||||
<OverflowMenu size="xl">
|
<OverflowMenu size="xl">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue