🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

storybook-svgr-react-component

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

storybook-svgr-react-component

This plugin aims to have the same CRA useful behaviour on Storybook regarding SVG.

1.0.1
latest
Source
npm
Version published
Weekly downloads
842
-24.96%
Maintainers
1
Weekly downloads
 
Created
Source

Storybook SVGR React Componentss

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

For using it:

  • 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',
    ]
  }

FAQs

Package last updated on 20 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts