-
Notifications
You must be signed in to change notification settings - Fork 27
How can the knobs panel be configured to appear on the right? #29
Comments
We've a shortcut for that. 'CMD' + 'SHIFT' + 'J'. @roonyh do you know a easy way we can allow to set default URL params or some config stuff to make these options by default? |
I think it is desirable to have such settings for each individual item of the storybook, And we need to setup a layout and selected tab. maybe something like this?
|
The "Storybook options" addon can be used here. Check: It can be used the way similar to how @usulpro has mentioned or it can be used globally. |
For the initial problem, here's an example: import { setOptions } from '@kadira/storybook-addon-options';
setOptions({ downPanelInRight: true }); This can be added to the config.js file to set it when Storybook initially loads. I'll close this issue. Please re-open if there's anything else |
Mine is always on the bottom.
I know you can use the
&panelRight=1&downPanel=kadirahq%2Fstorybook-addon-knobs
URL params, but that gets pretty tedious copy and pasting.The text was updated successfully, but these errors were encountered: