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