UNPKG

@gabrielfins/ripple-effect

Version:

Precise implementation of Material Design's ripple effect with CSS, JavaScript and jQuery

12 lines 266 B
<!DOCTYPE html> <html> <head> <title>Testing</title> <script src="./dist/ripples.js"></script> </head> <body> <div class="md-ripples" style="width: 200px; height: 100px; display: grid; place-items: center;"> I am not a button! </div> </body> </html>