![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@material/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. |
exited | Boolean | When true animates the FAB out of view. When this false, the FAB will return to view. |
mini | Boolean | 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 @material/react-fab receives a total of 232 weekly downloads. As such, @material/react-fab popularity was classified as not popular.
We found that @material/react-fab demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 13 open source maintainers 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.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.