feat: storybook
This commit is contained in:
7
components/button/Button.stories.js
Normal file
7
components/button/Button.stories.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export default {
|
||||
title: "Button",
|
||||
}
|
||||
|
||||
export const PrimaryButton = () => `<ButtonPrimary label="Primary" />`
|
||||
|
||||
export const SecondaryButton = () => `<ButtonSecondary label="Secondary" />`
|
||||
Reference in New Issue
Block a user