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": {
@ -68,7 +74,7 @@ export const parameters = {
"height": "844px",
},
},
"iphone5se":{
"iphone5se": {
"name": "Iphone 5/SE",
"styles": {
"width": "320px",