0.0.5 • Published 6 years ago

rippuru v0.0.5

Weekly downloads
6
License
ISC
Repository
-
Last release
6 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

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago