Skip to content

Commit

Permalink
feat: update slots sample
Browse files Browse the repository at this point in the history
  • Loading branch information
smfonseca committed Aug 8, 2024
1 parent 2f0fa1b commit 9e5932e
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions packages/components/src/templates/tags.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,15 @@ export const Slots = {
</div>
<div class="px-8 py-4">
<sd-tag removable>
<div slot="removable-indicator" class="slot slot--background h-4 w-4 bg-error"></div>
<sd-tag size="lg">
<div class="h-4 w-4 bg-risk-veryhigh border-primary-800 border-[1px]"></div>
Tag
</sd-tag>
</div>
<div class="px-8 py-4">
<sd-tag size="sm">
<div class="h-3 w-3 bg-risk-veryhigh border-primary-800 border-[1px]"></div>
Tag
</sd-tag>
</div>
Expand All @@ -79,8 +86,15 @@ export const Slots = {
</div>
<div class="px-8 py-4">
<sd-tag selected removable>
<div slot="removable-indicator" class="slot h-4 w-4 bg-error"></div>
<sd-tag selected>
<div class="h-4 w-4 bg-risk-veryhigh border-white border-[1px]"></div>
Tag
</sd-tag>
</div>
<div class="px-8 py-4">
<sd-tag selected size="sm">
<div class="h-3 w-3 bg-risk-veryhigh border-white border-[1px]"></div>
Tag
</sd-tag>
</div>
Expand Down

0 comments on commit 9e5932e

Please sign in to comment.