Hide addon pannel by default

This commit is contained in:
garronej 2023-04-20 01:28:02 +02:00
parent 2f649c9866
commit c5c25394fb
2 changed files with 14 additions and 1 deletions

7
.storybook/manager.js Normal file
View File

@ -0,0 +1,7 @@
import { addons } from '@storybook/addons';
addons.setConfig({
"selectedPanel": 'storybook/a11y/panel',
"showPanel": false,
});

View File

@ -17,6 +17,12 @@ export const parameters = {
"docs": {
"container": DocsContainer
},
"controls": {
"disable": true,
},
"actions": {
"disable": true
},
"viewport": {
"viewports": {
"1440p": {