diff --git a/web/ASC.Web.Components/src/components/backdrop/README.md b/web/ASC.Web.Components/src/components/backdrop/README.md index 910e5cf184..47245e9977 100644 --- a/web/ASC.Web.Components/src/components/backdrop/README.md +++ b/web/ASC.Web.Components/src/components/backdrop/README.md @@ -1,20 +1,23 @@ # Backdrop -#### Description - Background for displaying modal dialogs -#### Usage +### Usage ```js -import { Backdrop } from 'asc-web-components'; - - +import { Backdrop } from "asc-web-components"; ``` -#### Properties +```jsx + +``` -| Props | Type | Required | Values | Default | Description | -| --------------- | ------------------------- | :------: | -------| ------- | ------------------------------------------------ | -| `visible` | `bool` | | | false | Display or not | -| `zIndex` | `number` | | | 100 | CSS z-index | \ No newline at end of file +### Properties + +| Props | Type | Required | Values | Default | Description | +| --------- | :------: | :------: | :----: | :-----: | -------------- | +| `visible` | `bool` | - | - | `false` | Display or not | +| `zIndex` | `number` | - | - | `100` | CSS z-index |