mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
feat(context-menu): support danger kind for ContextMenuOption
This commit is contained in:
parent
05433c4fb7
commit
b19696b9f1
6 changed files with 27 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
<ContextMenu>
|
||||
<ContextMenuOption
|
||||
kind="danger"
|
||||
indented
|
||||
labelText="Copy"
|
||||
shortcutText="⌘C"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue