1.0.1 • Published 4 years ago

storybook-svgr-react-component v1.0.1

Weekly downloads
633
License
MIT
Repository
github
Last release
4 years ago

Storybook SVGR React Componentss

This plugin will add the same CRA useful behaviour on storybook regarding SVG.

For using it: 1. run npm install -D storybook-svgr-react-component or yarn add -D storybook-svgr-react-component. 1.just add the following plugin on your ./storybook/main.js:

  module.exports = {
    addons: [
+     'storybook-svgr-react-component',
    ]
  }