Ripple Simple Vue.js plugin for custom ripple effect Sep 23, 2018 1 min read vue-rippler Simple Vue.js plugin for custom ripple effect. View demo Download Source Installation npm i vue-rippler --save Bash yarn add vue-rippler Bash CDNs jsDelivr, UNPKG, bundle.run Usage main.js // main.js import Vue from 'vue' import VueRippler from 'vue-rippler' Vue.use(VueRippler) JavaScript Use in component // .vue template <template> <my-component ripple="ripple"></my-component> </template> JavaScript Set ripple style, and customize as you want(Optional) <style> /* play with some lines below */ [ripple] .ripple--container .ripple--body { opacity: 0.5 !important; background-color: rgba(0, 0, 0, 0.1) !important; -webkit-animation: rippler 1000ms; animation: rippler 1000ms; } </style> CSS GitHub spemer/vue-rippler?? — Read MoreDownload as zip Ripple
Ripple The material-ripple directive for Vue that actually works The material-ripple directive for Vue that actually works. 04 November 2020
Ripple Material design ripple effect with vue.js Add material design ripple effect to your Vue project. 14 October 2020