DocSpace-client/packages/shared/components/backdrop
2024-01-10 11:01:43 +03:00
..
backdrop.stories.tsx Shared:Components:Backdrop: hide backdrop by default in storybook 2023-12-29 15:29:10 +03:00
Backdrop.styled.ts Shared:Components:Backdrop: fix 2023-11-30 12:20:36 +03:00
backdrop.test.tsx Shared:Components:Backdrop: fix 2023-11-30 12:20:36 +03:00
Backdrop.tsx Client: fix after rewrite to typescript 2023-12-28 11:46:16 +03:00
Backdrop.types.ts Shared:Components:MainButtonMobile: rewrite to typescript 2023-12-15 16:32:37 +03:00
index.tsx Shared: refactoring and apply code guide style 2023-12-05 19:52:30 +03: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