Socket
Socket
Sign inDemoInstall

@material/fab

Package Overview
Dependencies
Maintainers
13
Versions
1700
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material/fab - npm Package Compare versions

Comparing version 0.37.1 to 0.38.0

10

package.json
{
"name": "@material/fab",
"description": "The Material Components for the web floating action button component",
"version": "0.37.1",
"version": "0.38.0",
"license": "Apache-2.0",

@@ -18,8 +18,8 @@ "keywords": [

"@material/animation": "^0.34.0",
"@material/elevation": "^0.36.1",
"@material/ripple": "^0.37.1",
"@material/elevation": "^0.38.0",
"@material/ripple": "^0.38.0",
"@material/rtl": "^0.36.0",
"@material/theme": "^0.35.0",
"@material/typography": "^0.37.1"
"@material/theme": "^0.38.0",
"@material/typography": "^0.38.0"
}
}

@@ -80,2 +80,15 @@ <!--docs:

## Variants
### Extended FAB
```html
<button class="mdc-fab mdc-fab--extended">
<span class="material-icons mdc-fab__icon">add</span>
<span class="mdc-fab__label">Create</span>
</button>
```
> _NOTE:_ The extended FAB must contain label where as the icon is optional. The icon and label may be specified in whichever order is appropriate based on context.
## Style Customization

@@ -82,0 +95,0 @@

Sorry, the diff of this file is not supported yet

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