Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/plouc/react-svg-buttons

React configurable animated svg buttons
https://github.com/plouc/react-svg-buttons

animated icons morph react svg

Last synced: 13 days ago
JSON representation

React configurable animated svg buttons

Awesome Lists containing this project

README

        

# React SVG buttons

[![Version][npm-image]][npm-url]

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](http://plouc.github.io/react-svg-buttons/).

## Installation

```
npm install --save react-svg-buttons
```

## Usage

```javascript
import { render } from 'react-dom'
import {
MorphIcon,
CloseButton,
NavButton,
PlusButton,
} from 'react-svg-buttons'

const Demo = () => (







)

render(, document.getElementById('demo'))
```

## License

MIT. Copyright (c) 2015 Raphaël Benitte.

[npm-image]: https://img.shields.io/npm/v/react-svg-buttons.svg?style=flat-square
[npm-url]: https://www.npmjs.org/package/react-svg-buttons