Hide addon pannel by default
This commit is contained in:
parent
2f649c9866
commit
c5c25394fb
7
.storybook/manager.js
Normal file
7
.storybook/manager.js
Normal file
@ -0,0 +1,7 @@
|
||||
import { addons } from '@storybook/addons';
|
||||
|
||||
|
||||
addons.setConfig({
|
||||
"selectedPanel": 'storybook/a11y/panel',
|
||||
"showPanel": false,
|
||||
});
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user