DocSpace-buildtools/web/ASC.Web.Components/src/components/backdrop
2020-12-11 13:25:02 +03:00
..
backdrop.stories.js Web: Components: Applied prettier style fix 2020-10-16 16:16:01 +03:00
backdrop.test.js Web: Components: backdrop: backdrop rendering conditions changed 2020-12-10 19:40:23 +03:00
index.js Web: Components: backdrop: simplified rendering conditions 2020-12-11 13:25:02 +03:00
README.md Web: Components: Applied prettier style fix 2020-10-16 16:16:01 +03:00

Backdrop

Background for displaying modal dialogs

Usage

import { Backdrop } from "asc-web-components";
<Backdrop visible={true} zIndex={1} />

Properties

Props Type Required Values Default Description
className string - - - Accepts class
id string - - - Accepts id
style obj, array - - - Accepts css style
visible bool - - false Display or not
zIndex number - - 100 CSS z-index