Skip to content

micha-lmxt/react-descent-ripple

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

react-descent-ripple

Ripple component to use with React which wraps descent-ripple.

NPM JavaScript Style Guide

Volcano ripple example

More Examples and usage

Install

npm install --save react-descent-ripple

Getting started

import React from 'react'
import Ripple from 'react-descent-ripple'

const MyButton = () => {
  return (
     <button> 
        click me
        <Ripple/>
     </button>
  )
}

License

MIT © micha-lmxt

Releases

No releases published

Packages

No packages published