- Default
- Primary
- Danger
+
+ Click me
Disabled
Loading
-
+
+ `,
+ }))
+
+ .add('icon', () => ({
+ components: { BaseButton },
+ template: `
+
+ With Text
+
+
+
+
+ `,
+ }))
+
+ .add('primary', () => ({
+ components: { BaseButton },
+ template: `
+
+ Primary
+ Disabled
+ Loading
+
+ `,
+ }))
+
+ .add('danger', () => ({
+ components: { BaseButton },
+ template: `
+
+ Danger
+ Disabled
+ Loading
+
+ `,
+ }))
+
+ .add('circle', () => ({
+ components: { BaseButton },
+ template: `
+
+
+ EN
+
+
+
`,
}))
diff --git a/webapp/components/_new/generic/BaseIcon/BaseIcon.story.js b/webapp/components/_new/generic/BaseIcon/BaseIcon.story.js
index 321ebc0de..5ddfe4ff4 100644
--- a/webapp/components/_new/generic/BaseIcon/BaseIcon.story.js
+++ b/webapp/components/_new/generic/BaseIcon/BaseIcon.story.js
@@ -29,7 +29,7 @@ const iconStyles = `
font-size: 20px;
`
-storiesOf('BaseIcon', module)
+storiesOf('Generic/BaseIcon', module)
.addDecorator(helpers.layout)
.add('pure icon', () => ({