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

1.0.3 • Public • Published

<material-ripple>

This is a port of @polymer/paper-ripple to ListElement and ES modules. It also removes Polymer dependencies.

Published on NPM

Testing

Usage

Installation

npm i --save @anypoint-web-components/material-ripple

In an HTML file

<html>
  <head>
    <script type="module">
      import '@anypoint-web-components/material-ripple/material-ripple.js';
    </script>
  </head>
  <body>
    <div style="position: relative">
       <material-ripple>Click me</material-ripple>
    </div>
  </body>
</html>

Development

git clone https://github.com/anypoint-web-components/material-ripple
cd material-ripple
npm install

Running the demo locally

npm start

Running the tests

npm test

Package Sidebar

Install

npm i @anypoint-web-components/material-ripple

Weekly Downloads

202

Version

1.0.3

License

Apache-2.0

Unpacked Size

27.4 kB

Total Files

14

Last publish

Collaborators

  • jarrodek
  • twoplustwoone
  • lbauret
  • carowright