Skip to content

Commit

Permalink
docs(tag): add adr link to storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Dec 26, 2024
1 parent 3821fcd commit 9f3c260
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/tag/bl-tag.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const Template = (args) => html`

# Tag

<bl-badge icon="document">[ADR](https://github.com/Trendyol/baklava/pull/955)</bl-badge>
<bl-badge icon="puzzle">[Figma](https://www.figma.com/file/RrcLH0mWpuIy4vwuTlDeKN/Baklava-Design-Guide)</bl-badge>

Tags are compact elements that represent an input, attribute, or action.
Expand Down Expand Up @@ -93,7 +94,7 @@ Tags can include icons to provide additional visual context.
<Story name="With Icons">
{html`
<bl-tag icon="info">Info Tag</bl-tag>
<bl-tag variant="removeable" icon="heart_fill" disabled>Removeable Tag Icon</bl-tag>
<bl-tag variant="removeable" icon="heart_fill">Removeable Tag Icon</bl-tag>
`}
</Story>
</Canvas>
Expand Down

0 comments on commit 9f3c260

Please sign in to comment.