An open API service indexing awesome lists of open source software.

https://github.com/ninsau/mui-backdrop-component

A simple backdrop component put together from material ui documentation
https://github.com/ninsau/mui-backdrop-component

backdrop backdrops material-ui reactjs-components

Last synced: 3 months ago
JSON representation

A simple backdrop component put together from material ui documentation

Awesome Lists containing this project

README

        

# mui-backdrop-component
A simple backdrop component put together from material ui documentation.

## Demo

[Demo](https://csb-wwuwg-ibkntu1vw-ninsau.vercel.app/)

View sample code on [codesandbox](https://codesandbox.io/s/mui-backdrop-wwuwg?file=/src/backdrop.js).

## 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

```

```

### 4. Sample code

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

export default function App() {
return (
<>

>
);
}
```