DocSpace-client/packages/common/components/ErrorContainer
2024-01-10 11:01:43 +03:00
..
ErrorContainer.js Client: fix wrong import - export for shared components 2024-01-10 11:01:43 +03:00
ErrorContainer.stories.js Merge branch 'master' into develop 2023-07-18 19:26:32 +03:00
ErrorContainer.test.js Merge branch 'master' into develop 2023-07-18 19:26:32 +03:00
index.js Web: Moved all clients app to packages directory 2022-07-22 22:01:25 +03:00
README.md Web: Moved all clients app to packages directory 2022-07-22 22:01:25 +03:00
StyledErrorContainer.js Client: fix after rewrite to typescript 2023-12-27 17:45:22 +03:00

ErrorContainer

Used to display full page error

Usage

import ErrorContainer from "@docspace/common/components/ErrorContainer";
<ErrorContainer>Some error has happened</ErrorContainer>

Properties

Props Type Required Values Default Description
children any - - - If you need insert description of error or some action
className string - - - Accepts class
id string - - - Accepts id
style obj, array - - - Accepts css style