1.0.1 • Published 4 years ago

ripplefx v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Ripple.js

Material design ripple effect with JavaScript

Download

git clone https://github.com/alexsan-dev/ripple-js.git

Install npm 🔧

npm i ripplefx

CDN script tag

<script href="https://raw.githubusercontent.com/alexsan-dev/ripple-js/master/index.js"></script>

Using ⚒️

import 'ripple-js';
// on HTML or JSX
<div class="waves"></div>
// Dark ripple
<div class="waves waves-dark"></div>