svg-react

v1.0.9
component that inserts svg into react.js.

Installation

If you use npm:

npm install --save svg-react

Usage

import Svg from 'svg-react'

<Svg id="loader" onClick={::this.spin} className="random" src='/icons/ring.svg'/>

Now you can use svg in react.js easy, and animate or customise it with css, yay!

No need for webpack or other compilers

============ props that are supported at the moment

onClick, className, width, height, id, viewBox, preserveAspectRatio
npm i svg-react

Metadata

  • MIT
  • Whatever
  • Tonis Anton
  • released 4/14/2016

Downloads

Maintainers