![38% of CISOs Fear They’re Not Moving Fast Enough on AI](https://cdn.sanity.io/images/cgdhsj6q/production/faa0bc28df98f791e11263f8239b34207f84b86f-1024x1024.webp?w=400&fit=max&auto=format)
Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
@material/react-button
Advanced tools
A React version of an MDC Button.
npm install @material/react-button
with Sass:
import '@material/react-button/index.scss';
with CSS:
import '@material/react-button/dist/button.css';
import React from 'react';
import Button from '@material/react-button';
class MyApp extends React.Component {
render() {
return (
<Button>
Click Me!
</Button>
);
}
}
Prop Name | Type | Description |
---|---|---|
className | String | Classes to be applied to the root element. |
raised | Boolean | Enables raised variant. |
unelevated | Boolean | Enables unelevated variant. |
outlined | Boolean | Enables outlined variant. |
dense | Boolean | Enables dense variant. |
icon | Element | Icon to render within root element. |
trailingIcon | Element | Icon to render on the right side of the element |
children | String | Text to be displayed within root element. |
disabled | Boolean | Disables button if true. |
href | String | Sets a hyperlink & uses anchor tag instead of a button. |
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 Button
The npm package @material/react-button receives a total of 0 weekly downloads. As such, @material/react-button popularity was classified as not popular.
We found that @material/react-button 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
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.