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
|
@ -1,7 +1,7 @@
|
|||
<script>
|
||||
/**
|
||||
* Specify the kind of button
|
||||
* @type {"primary" | "secondary" | "tertiary" | "ghost" | "danger"} [kind="primary"]
|
||||
* @type {"primary" | "secondary" | "tertiary" | "ghost" | "danger" | "danger-tertiary" | "danger-ghost"} [kind="primary"]
|
||||
*/
|
||||
export let kind = "primary";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue