mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
feat(button): add "danger-tertiary", "danger-ghost" kinds
This commit is contained in:
parent
4356ef47bf
commit
55214aa38b
5 changed files with 42 additions and 27 deletions
|
@ -28,6 +28,14 @@ description: High-level description
|
|||
|
||||
<Button kind="danger">Danger button</Button>
|
||||
|
||||
### Danger tertiary button
|
||||
|
||||
<Button kind="danger-tertiary">Danger tertiary button</Button>
|
||||
|
||||
### Danger ghost button
|
||||
|
||||
<Button kind="danger-ghost">Danger ghost button</Button>
|
||||
|
||||
### Button with icon
|
||||
|
||||
<Button icon={Add16}>With icon</Button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue