DocSpace-client/packages/common/components/ErrorContainer
2022-08-01 15:37:33 +03:00
..
ErrorContainer.js Web: Renamed 'studio' to 'client' (bat-files, nginx configs, react, MF, themes) 2022-08-01 15:37:33 +03:00
ErrorContainer.stories.js
ErrorContainer.test.js
index.js
README.md
StyledErrorContainer.js

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