mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
feat(tag): support outline type
This commit is contained in:
parent
012d206e31
commit
7cc95e452b
6 changed files with 21 additions and 3 deletions
3
types/Tag/Tag.d.ts
vendored
3
types/Tag/Tag.d.ts
vendored
|
@ -18,7 +18,8 @@ export interface TagProps
|
|||
| "gray"
|
||||
| "cool-gray"
|
||||
| "warm-gray"
|
||||
| "high-contrast";
|
||||
| "high-contrast"
|
||||
| "outline";
|
||||
|
||||
/**
|
||||
* @default "default"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue