updated the project and repos

This commit is contained in:
2020-10-15 12:22:28 +07:00
commit 7cbc355b23
39 changed files with 16551 additions and 0 deletions

11
.storybook/main.js Normal file
View File

@@ -0,0 +1,11 @@
module.exports = {
"stories": [
"../src/**/*.stories.mdx",
"../src/**/*.stories.@(js|jsx|ts|tsx)"
],
"addons": [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/preset-create-react-app"
]
}

4
.storybook/preview.js Normal file
View File

@@ -0,0 +1,4 @@
export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
}