ripple-inkwell
v0.0.2
Published
A ripple effect custom element for all your interactive elements.
Downloads
2
Maintainers
Readme
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/[email protected]/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>