1.0.3 • Published 4 years ago

vuetify-ripple v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Thanks to vuetify.

This is a custom directive which extracts from vuetify's ripple directive.

Features

  • There is no dependence.
  • Mobile and PC friendly.
  • Tiny and stable.

How to install

npm install vuetify-ripple

How to use

Import and registers Ripple globally in your main.js file

import Ripple from 'vuetify-ripple';

Vue.directive('ripple', Ripple);

Then you can use 'v-ripple' in block element.For example:

<div v-ripple>Test div</div>

or

<button v-ripple>Test Btn</button>

LICENSE

MIT

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago