mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 03:01:25 +00:00
test(tag): add unit tests
This commit is contained in:
parent
907a4ed918
commit
ad74124206
3 changed files with 106 additions and 2 deletions
|
@ -1,38 +0,0 @@
|
|||
<script lang="ts">
|
||||
import { Tag } from "carbon-components-svelte";
|
||||
import Add from "carbon-icons-svelte/lib/Add.svelte";
|
||||
</script>
|
||||
|
||||
<Tag class="my-class" style="margin: 1rem;">IBM Cloud</Tag>
|
||||
|
||||
<Tag type="red">red</Tag>
|
||||
|
||||
<Tag type="magenta">magenta</Tag>
|
||||
|
||||
<Tag type="purple">purple</Tag>
|
||||
|
||||
<Tag type="blue">blue</Tag>
|
||||
|
||||
<Tag type="cyan">cyan</Tag>
|
||||
|
||||
<Tag type="teal">teal</Tag>
|
||||
|
||||
<Tag type="green">green</Tag>
|
||||
|
||||
<Tag type="gray">gray</Tag>
|
||||
|
||||
<Tag type="cool-gray">cool-gray</Tag>
|
||||
|
||||
<Tag type="warm-gray">warm-gray</Tag>
|
||||
|
||||
<Tag type="high-contrast">high-contrast</Tag>
|
||||
|
||||
<Tag type="outline">outline</Tag>
|
||||
|
||||
<Tag filter on:click on:close>Filterable</Tag>
|
||||
|
||||
<Tag icon={Add}>Custom icon</Tag>
|
||||
|
||||
<Tag interactive>Text</Tag>
|
||||
|
||||
<Tag skeleton />
|
Loading…
Add table
Add a link
Reference in a new issue