
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
material-ui-cookie-consent
Advanced tools
Material-UI component that show a cookie consent message.
Check this example site
This package has the following peer dependencies that need to be installed manually:
{
"@material-ui/core": "^4.0.1",
"react": "^16.8.6",
"react-dom": "^16.8.6"
}
yarn add material-ui-cookie-consent
or
npm install material-ui-cookie-consent
import MUICookieConsent from 'material-ui-cookie-consent';
// ....
<MUICookieConsent
cookieName="mySiteCookieConsent"
componentType="Dialog" // default value is Snackbar
message="This site uses cookies.... bla bla..."
/>
//....
Extends React.Component
This component is the MUICookieConsent it pops a Snackbar or a Dialog informing the user about cookie consent.
props
Propschecks whether scroll has exceeded set amount and fire accept if so.
Set a persistent cookie
FAQs
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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.