vue-ripple-effect
v1.0.8
Published
a vue ui-component with typescript
Downloads
14
Maintainers
Readme
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>