0.0.5 • Published 5 years ago

rippuru v0.0.5

Weekly downloads
6
License
ISC
Repository
-
Last release
5 years ago

rippuru

ripple plugin for vue.js.

Install

npm i rippuru

Demo

clone this repository and npm i && npm run serve.

How to use

register plugin.

import Vue from 'vue'
import Rippuru from 'rippuru'
Vue.use(Rippuru)

use directive.
by default, ripple color depends on color of bound element.

<button v-rippuru>
    hoge
</button>

you can change ripple color by specifying directive arg.

<button v-rippuru:red>
    hoge
</button>
0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago