addon-backgrounds icon indicating copy to clipboard operation
addon-backgrounds copied to clipboard

REPO/PACKAGE MOVED - A Storybook addon to customize the background of your preview

Results 3 addon-backgrounds issues
Sort by recently updated
recently updated
newest added

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!

bug

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`. ```