1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-04-21 06:32:05 +02:00
nes.css/.storybook/addons.js
Trezy 3ab3cd5d9b Add Storybook backgrounds (#231)
* feat(storybook): Add backgrounds Storybook

I've added the Storybook backgrounds addon which allows users viewing the storybook to change the
background behind components, which will make it easier to see how the main NES.css theme looks in
various contexts.

* feat(storybook): Add backgrounds Storybook

I've added the Storybook backgrounds addon which allows users viewing the storybook to change the
background behind components, which will make it easier to see how the main NES.css theme looks in
various contexts.
2018-12-27 11:04:30 +02:00

5 lines
165 B
JavaScript

/* eslint-disable import/no-extraneous-dependencies */
import '@storybook/addon-knobs/register';
import '@storybook/addon-backgrounds/register';
/* eslint-enable */