DocSpace-client/packages/asc-web-common/components/ErrorContainer
Alexey Safronov 0cd4cb49ed Merge branch 'feature/virtual-rooms-1.2' into feature/login-redesign
# Conflicts:
#	packages/asc-web-components/modal-dialog/index.js
#	packages/asc-web-components/themes/dark.js
#	public/locales/de/Common.json
#	web/ASC.Web.Client/src/Shell.jsx
#	web/ASC.Web.Client/src/components/pages/Confirm/sub-components/createUser.js
#	web/ASC.Web.Login/src/Login.jsx
2022-03-16 11:03:07 +03:00
..
ErrorContainer.js Merge branch 'feature/virtual-rooms-1.2' into feature/login-redesign 2022-03-16 11:03:07 +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