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

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.
