DocSpace-client/packages/shared/components/error-container
2024-07-16 10:30:28 +02:00
..
ErrorContainer.stories.tsx Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
ErrorContainer.styled.ts Shared: refactor rtl 2024-07-16 10:30:28 +02:00
ErrorContainer.test.tsx Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
ErrorContainer.tsx Fix Bug 69166 - Added scroll for error container. 2024-07-12 13:40:30 +03:00
ErrorContainer.types.ts Replaced copyright start year + format 2024-03-21 18:09:55 +04:00
README.md ErrorContainer moved from common to shared 2024-02-08 12:58:38 +05: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