DocSpace-client/packages/asc-web-common/components/ErrorContainer
2022-03-24 20:56:51 +03:00
..
ErrorContainer.js merge 2022-03-24 20:56:51 +03:00
ErrorContainer.stories.js Web: Common: fix after merge, fix imports and hierarchy 2021-02-25 17:20:11 +03:00
ErrorContainer.test.js Web: Common: fix after merge, fix imports and hierarchy 2021-02-25 17:20:11 +03:00
index.js Web: Common: fix after merge, fix imports and hierarchy 2021-02-25 17:20:11 +03:00
README.md Web: Components/Common: fix imports 2021-02-26 00:19:45 +03:00
StyledErrorContainer.js Web: restore code format 2022-01-28 21:44:58 +08:00

ErrorContainer

Used to display full page error

Usage

import ErrorContainer from "@appserver/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