React configurable animated svg buttons
No Data
This package provides a
component used to compose available buttons, it's able to morph from whatever icon type to another one.The
component exposes 18 icon types.It also provides a set of button components.
Please, take a look at the demo.
npm install --save react-svg-buttons
import { render } from 'react-dom' import { MorphIcon, CloseButton, NavButton, PlusButton, } from 'react-svg-buttons'const Demo = () => (
)render(, document.getElementById('demo'))
MIT. Copyright (c) 2015 Raphaël Benitte.