Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/anypoint-web-components/material-ripple
- Owner: anypoint-web-components
- Created: 2021-07-07T19:05:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T19:34:09.000Z (over 3 years ago)
- Last Synced: 2024-10-11T02:31:16.108Z (3 months ago)
- Topics: deprecated, obsolete
- Language: JavaScript
- Homepage:
- Size: 190 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```