feat: init storybook

This commit is contained in:
liyasthomas
2021-07-16 20:35:15 +05:30
parent a2a9bae0e3
commit e7b58b27e8
6 changed files with 60896 additions and 80 deletions

View File

@@ -0,0 +1,7 @@
export default {
title: "MyButton",
}
export const MyButton = () => {
"<MyButton>Primary Button</MyButton>"
}

3
components/MyButton.vue Normal file
View File

@@ -0,0 +1,3 @@
<template>
<button>Button</button>
</template>