addon-backgrounds
addon-backgrounds copied to clipboard
REPO/PACKAGE MOVED - A Storybook addon to customize the background of your preview
And I see a flash of the background from white to the selected color when I change the story Is this the normal behaviour or I am missing something? Thanks!
I love this Storybook addon, and I would like to make a feature request... I'm using the background addon as follows: ``` storiesOf('MyComponent', module) .addDecorator(backgrounds([ { name: 'Cape Town', value:...
Hi, When using this addon I get the following warning, is this normal? ``` Warning: Failed prop type: Invalid prop `context` of type `function` supplied to `Story`, expected `object`. ```