DocSpace-buildtools/packages/asc-web-components/backdrop
2022-03-10 15:59:04 +03:00
..
backdrop.stories.js changed size names in app buttons 2022-03-10 15:59:04 +03:00
backdrop.test.js Web: Components: changed component hierarchy 2021-02-24 17:42:09 +03:00
index.js Web: components: Fixed backdrop. 2021-03-19 18:08:10 +03:00
README.md Web: Components/Common: fix imports 2021-02-26 00:19:45 +03:00
styled-backdrop.js Fixed Bug 55331 - Added default cursor for modal dialog. 2022-02-15 14:02:52 +03:00

Backdrop

Background for displaying modal dialogs

Usage

import Backdrop from "@appserver/components/backdrop";
<Backdrop visible={true} zIndex={1} />

Properties

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