Skip to content

Commit

Permalink
Install Storybook dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
wrigh393 committed Mar 1, 2021
1 parent abf98df commit ac9696b
Show file tree
Hide file tree
Showing 4 changed files with 7,791 additions and 83 deletions.
16 changes: 16 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

module.exports = {

"stories": [
"../src/**/*.stories.mdx",
"../src/**/*.stories.@(js|jsx|ts|tsx|md)"

],
"addons": [

"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/preset-create-react-app",

]
}
4 changes: 4 additions & 0 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
}
Loading

0 comments on commit ac9696b

Please sign in to comment.