Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rmwc/icon-button

Package Overview
Dependencies
Maintainers
1
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmwc/icon-button - npm Package Compare versions

Comparing version 14.0.10 to 14.0.11

10

package.json
{
"name": "@rmwc/icon-button",
"version": "14.0.10",
"version": "14.0.11",
"main": "./index.js",

@@ -41,7 +41,7 @@ "types": "./index.d.ts",

"@material/icon-button": "^14.0.0",
"@rmwc/base": "14.0.10",
"@rmwc/icon": "14.0.10",
"@rmwc/ripple": "14.0.10",
"@rmwc/types": "14.0.10"
"@rmwc/base": "14.0.11",
"@rmwc/icon": "14.0.11",
"@rmwc/ripple": "14.0.11",
"@rmwc/types": "14.0.11"
}
}

@@ -43,4 +43,13 @@ # Icon Buttons

<>
<IconButton icon="favorite_border" onIcon="favorite" />
<IconButton icon="favorite" onIcon="favorite" disabled />
<IconButton
aria-label="favorite"
icon="favorite_border"
onIcon="favorite"
/>
<IconButton
aria-label="favorite"
icon="favorite"
onIcon="favorite"
disabled
/>
</>

@@ -55,2 +64,3 @@ ```

<IconButton
aria-label="start"
checked={isChecked}

@@ -63,2 +73,3 @@ onClick={() => setIsChecked(!isChecked)}

<IconButton
aria-label="social media"
checked={isChecked}

@@ -76,2 +87,3 @@ onClick={() => setIsChecked(!isChecked)}

<IconButton
aria-label="red and green"
onIcon={

@@ -78,0 +90,0 @@ <div

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