react-descent-ripple
v1.0.0
Published
Ripple component to use with React which wraps descent-ripple.
Downloads
1
Readme
react-descent-ripple
React ripple component which wraps descent-ripple. It is highly customizable
Install
npm install --save react-descent-ripple
Usage
import React, { Component } from 'react'
import Ripple from 'react-descent-ripple'
class Example extends Component {
render() {
return (
<button>
<Ripple>
click me
</button>
}
}
License
MIT © micha-lmxt