DocSpace-client/web/ASC.Web.Common/src/components/ErrorContainer
2020-01-27 15:17:44 +03:00
..
ErrorContainer.js web: common: Re-written ErrorContainer to common components 2020-01-27 15:17:44 +03:00
ErrorContainer.stories.js web: common: Renamed files 2020-01-27 14:38:29 +03:00
ErrorContainer.test.js web: common: Renamed files 2020-01-27 14:38:29 +03:00
index.js web: common: Moved ErrorContainer from index.js 2020-01-27 14:48:50 +03:00
README.md web: Moved ErrorContainer from ASC.Web.Components to ASC.Web.Common 2020-01-27 14:31:13 +03:00
StyledErrorContainer.js web: common: Re-written ErrorContainer to common components 2020-01-27 15:17:44 +03:00

ErrorContainer

Used to display full page error

Usage

import { ErrorContainer } from "asc-web-common";
<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