1.0.8 • Published 7 years ago

vue-ripple-effect v1.0.8

Weekly downloads
42
License
-
Repository
github
Last release
7 years ago

vue-ripple-effect

a vue component with typescript

install

npm i vue-ripple-effect

use

import Vue from ''vue
import ripple from 'vue-ripple-effect'
import 'vue-ripple-effect/index.css'
Vue.use(ripple.install)
<mb-ripple>
  <!-- slot -->
  content slot
</mb-ripple>

or set color

<mb-ripple color="#fff">
  <!-- slot -->
  content slot
</mb-ripple>

effect

image