DocSpace-client/packages/shared/components/backdrop
2024-03-21 18:09:55 +04:00
..
backdrop.stories.tsx Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
Backdrop.styled.ts Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
backdrop.test.tsx Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
Backdrop.tsx Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
Backdrop.types.ts Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
index.tsx Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
README.md Client: fix wrong import - export for shared components 2024-01-10 11:01:43 +03:00

Backdrop

Background for displaying modal dialogs

Usage

import { Backdrop } from "@docspace/shared/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