ripplefx
v1.0.1
Published
Material design ripple efect with JavaScript
Readme
Ripple.js
Material design ripple effect with JavaScript
Download
git clone https://github.com/alexsan-dev/ripple-js.gitInstall npm 🔧
npm i ripplefxCDN 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>