vuetify-ripple

1.0.3 • Public • Published

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

Package Sidebar

Install

npm i vuetify-ripple

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

21.9 kB

Total Files

5

Last publish

Collaborators

  • willy_geek