A simple material ui backdrop component to use inside your react projects.
npm install material-ui-backdrop-componentView sample code on codesandbox.
1. npm i material-ui-backdrop-component --save
`$3
`
import { BackdropComponent } from 'material-ui-backdrop-component'
`$3
Inside your render or return`
`$3
`
import BackdropComponent from "material-ui-backdrop-component";export default function App() {
return (
<>
>
);
}
``