0.0.2 • Published 5 years ago

ripple-inkwell v0.0.2

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

Built With Stencil

Ink well

custom element ripple library.

A ripple effect custom element for all your interactive elements.

npm install ripple-inkwell

To install via CDN, include:

<script src="https://unpkg.com/ripple-inkwell@0.0.1/dist/ink-well.js"></script>
<ink-well><button>click me</button></ink-well>

You can provide your own color by specifying a color attribute:

<ink-well color"red"><button>click me</button></ink-well>