DocSpace-buildtools/packages/asc-web-components/backdrop
2021-02-24 20:11:23 +03:00
..
backdrop.stories.js Web: Components: changed component hierarchy 2021-02-24 17:42:09 +03:00
backdrop.test.js Web: Components: changed component hierarchy 2021-02-24 17:42:09 +03:00
index.js Web: Components: changed component hierarchy 2021-02-24 17:42:09 +03:00
README.md Web: Components: changed component hierarchy 2021-02-24 17:42:09 +03:00
styled-backdrop.js Web: applied new import from appserver/components 2021-02-24 20:11:23 +03:00

Backdrop

Background for displaying modal dialogs

Usage

import { Backdrop } from "@appserver/components";
<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