Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anypoint-web-components/material-ripple

⛔️ DEPRECATED This component is being deprecated. Use the `awc` module instead.
https://github.com/anypoint-web-components/material-ripple

deprecated obsolete

Last synced: 4 days ago
JSON representation

⛔️ DEPRECATED This component is being deprecated. Use the `awc` module instead.

Awesome Lists containing this project

README

        

# Deprecated

This component has been moved to `anypoint-web-components/awc`.

-----

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

[![Published on NPM](https://img.shields.io/npm/v/@anypoint-web-components/material-ripple.svg)](https://www.npmjs.com/package/@anypoint-web-components/material-ripple)

[![Testing](https://github.com/anypoint-web-components/material-ripple/actions/workflows/deployment.yml/badge.svg)](https://github.com/anypoint-web-components/material-ripple/actions/workflows/deployment.yml)

## Usage

### Installation

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

### In an HTML file

```html



import '@anypoint-web-components/material-ripple/material-ripple.js';




Click me

```

## Development

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

### Running the demo locally

```sh
npm start
```

### Running the tests

```sh
npm test
```