Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
closure-react-fab
Advanced tools
A React version of an MDC Floating Action Button.
npm install @material/react-fab
with Sass:
import '@material/react-fab/index.scss';
with CSS:
import '@material/react-fab/dist/fab.css';
The Fab can be used with the span
, i
, img
or svg
elements. It can also be used with the
Material Icon react component.
<Fab icon={<span className="material-icons">favorite</span>}/>
<Fab icon={<i className="material-icons">favorite</i>}/>
<Fab icon={
<svg xmlns="http://www.w3.org/2000/svg" className="material-icons" viewBox="0 0 24 24">
...
</svg>
}/>
<Fab icon={<img className="material-icons" src="/images/ic_button_24px.svg"/>}/>
<Fab icon={<MaterialIcon icon="favorite"/>}/>
Prop Name | Type | Description |
---|---|---|
className | String | Classes to be applied to the root element. |
mini | n/a | Enables the mini variant. |
icon | Element | The icon. |
textLabel | String | The label, which makes the FAB extended. |
Sass mixins may be available to customize various aspects of the components. Please refer to the MDC Web repository for more information on what mixins are available, and how to use them.
Please see our Best Practices doc when importing or using icon fonts.
FAQs
Material Components React Floating Action Button (FAB)
The npm package closure-react-fab receives a total of 1 weekly downloads. As such, closure-react-fab popularity was classified as not popular.
We found that closure-react-fab demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.