react-descent-ripple
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

react-descent-ripple

React ripple component which wraps descent-ripple. It is highly customizable

NPM

Volcano ripple example

More Examples and usage

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-descent-ripple

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

7.97 kB

Total Files

7

Last publish

Collaborators

  • micha-lmxt