Socket
Socket
Sign inDemoInstall

@anypoint-web-components/material-ripple

Package Overview
Dependencies
Maintainers
4
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anypoint-web-components/material-ripple

Adds a material design ripple to any container. It's a port of @polymer/paper-ripple for ESM.


Version published
Weekly downloads
689
increased by3.92%
Maintainers
4
Weekly downloads
 
Created
Source

<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

Keywords

FAQs

Package last updated on 01 Sep 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc