Socket
Socket
Sign inDemoInstall

@material/react-ripple

Package Overview
Dependencies
Maintainers
13
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/react-ripple - npm Package Compare versions

Comparing version 0.6.2 to 0.7.0

4

package.json
{
"name": "@material/react-ripple",
"version": "0.6.2",
"version": "0.7.0",
"description": "Material Components React Ripple",

@@ -18,3 +18,3 @@ "license": "MIT",

"dependencies": {
"@material/ripple": "^0.40.1",
"@material/ripple": "^0.41.0",
"classnames": "^2.2.5",

@@ -21,0 +21,0 @@ "prop-types": "^15.6.1",

@@ -1,3 +0,1 @@

> ✨ Are you a part of the Material Design web community? Help us improve by filling out this <a href='https://bit.ly/materialwebsurvey'>**10 minute survey**</a>. ✨
# React Ripple

@@ -22,2 +20,15 @@

You'll also need to include these sass mixins on the element. Please also refer to [Advanced Sass Mixins](https://github.com/material-components/material-components-web/blob/master/packages/mdc-ripple/README.md#sass-apis) to customize further.
```sass
@import "@material/ripple/index.scss";
// refer to element in Javascript portion below
.ripple-icon-component {
@include mdc-ripple-surface;
@include mdc-ripple-radius-bounded;
@include mdc-states;
}
```
with CSS:

@@ -24,0 +35,0 @@ ```js

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