mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
Tweak component library slightly (#715)
This commit is contained in:
@@ -13,7 +13,11 @@ export default {
|
||||
const Template: Story<BadgeComponent> = (args: BadgeComponent) => ({
|
||||
props: args,
|
||||
template: `
|
||||
<span class="tw-text-main">Test </span><bit-badge [type]="type">Content</bit-badge>
|
||||
<span class="tw-text-main">Span </span><span bit-badge [badgeType]="type">Badge</span>
|
||||
<br><br>
|
||||
<span class="tw-text-main">Link </span><a href="#" bit-badge [badgeType]="type">Badge</a>
|
||||
<br><br>
|
||||
<span class="tw-text-main">Button </span><button bit-badge [badgeType]="type">Badge</button>
|
||||
`,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user