1.0.9 • Published 10 years ago

svg-react v1.0.9

Weekly downloads
337
License
MIT
Repository
github
Last release
10 years ago

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
1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago