DocSpace-buildtools/web/ASC.Web.Components/src/components/backdrop/README.md

20 lines
703 B
Markdown
Raw Normal View History

# Backdrop
#### Description
Background for displaying modal dialogs
#### Usage
```js
import { Backdrop } from 'asc-web-components';
<Backdrop visible={false} />
```
#### Properties
| Props | Type | Required | Values | Default | Description |
| --------------- | ------------------------- | :------: | -------| ------- | ------------------------------------------------ |
| `visible` | `bool` | | | false | Display or not |
| `zIndex` | `number` | | | 100 | CSS z-index |