Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kirillkurko/storybook-react-svgr

Storybook SVGR plugin for react to allow imports of .svg files
https://github.com/kirillkurko/storybook-react-svgr

Last synced: 13 days ago
JSON representation

Storybook SVGR plugin for react to allow imports of .svg files

Awesome Lists containing this project

README

        

# Storybook React SVGR
This plugin will add the same CRA useful behaviour on storybook regarding SVG.

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

```diff
module.exports = {
addons: [
+ '@kkurko/storybook-react-svgr',
]
}
```