New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

material-ui-backdrop-component

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-ui-backdrop-component

A simple material ui backdrop component to use inside your react projects.

latest
Source
npmnpm
Version
1.0.7
Version published
Maintainers
1
Created
Source

mui-backdrop-component

A simple backdrop component put together from material ui documentation.

Demo

Demo

View sample code on codesandbox.

How to use

Install

1. npm i material-ui-backdrop-component --save

2. Import backdrop component inside react

import { BackdropComponent } from 'material-ui-backdrop-component'

3. Call the backdrop function

Inside your render or return

<BackdropComponent />

4. Sample code

import BackdropComponent from "material-ui-backdrop-component";

export default function App() {
  return (
    <>
      <BackdropComponent />
    </>
  );
}

Keywords

react backdrop

FAQs

Package last updated on 06 Aug 2021

Did you know?

Socket

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.

Install

Related posts