@cicara/material-ripple
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Material Ripple

Material ripple effect implemented using native js

Usage

npm install @cicara/material-ripple
import { Ripple } from '@cicara/material-ripple';

new Ripple(
  {
    element: document.querySelector('.material-ripple'),
  },
);

Package Sidebar

Install

npm i @cicara/material-ripple

Weekly Downloads

22

Version

0.1.0

License

ISC

Unpacked Size

20.6 kB

Total Files

11

Last publish

Collaborators

  • hungtcs