1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Update design urls to main figma file (#3880)

This commit is contained in:
Oscar Hinton
2022-10-24 19:20:38 +02:00
committed by GitHub
parent 9c292028e1
commit 94e9744d06
9 changed files with 20 additions and 8 deletions

View File

@@ -26,6 +26,12 @@ export default {
],
}),
],
parameters: {
design: {
type: "figma",
url: "https://www.figma.com/file/Zt3YSeb6E6lebAffrNLa0h/Tailwind-Component-Library?node-id=2070%3A17207",
},
},
args: {
bannerType: "warning",
},
@@ -38,7 +44,7 @@ const Template: Story<BannerComponent> = (args: BannerComponent) => ({
props: args,
template: `
<bit-banner [bannerType]="bannerType" (onClose)="onClose($event)">
Content Really Long Text Lorem Ipsum Ipsum Ipsum
Content Really Long Text Lorem Ipsum Ipsum Ipsum
<button>Button</button>
</bit-banner>
`,