Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d977654 commit cceb3b3Copy full SHA for cceb3b3
site/.storybook/main.js
@@ -4,6 +4,7 @@ module.exports = {
4
stories: ["../src/**/*.stories.tsx"],
5
6
addons: [
7
+ "@chromatic-com/storybook",
8
{
9
name: "@storybook/addon-essentials",
10
options: {
@@ -38,8 +39,4 @@ module.exports = {
38
39
}
40
return config;
41
},
-
42
- docs: {
43
- autodocs: false,
44
- },
45
};
site/package.json
@@ -98,6 +98,7 @@
98
"yup": "1.3.2"
99
100
"devDependencies": {
101
+ "@chromatic-com/storybook": "1.6.0",
102
"@octokit/types": "12.3.0",
103
"@playwright/test": "1.40.1",
104
"@storybook/addon-actions": "8.1.11",
0 commit comments