DocSpace-buildtools/packages/asc-web-components/backdrop
2022-05-11 12:16:39 +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: hide backdrop blur for dropdown components 2022-05-11 12:16:39 +03:00
README.md Web: Components/Common: fix imports 2021-02-26 00:19:45 +03:00
styled-backdrop.js Web:Components:Backdrop: add blur effect for backdrop with background 2022-05-04 12:12:09 +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