DocSpace-client/packages/shared/components/error-container
2024-02-19 11:40:52 +03:00
..
ErrorContainer.stories.tsx Shared:Components:ErrorContainer Updated stories 2024-02-08 16:30:11 +05:00
ErrorContainer.styled.ts Shared:Components:ErrorContainer: add support editor 2024-02-19 11:40:52 +03:00
ErrorContainer.test.tsx Shared:Components:ErrorContainer Rewrite to typescript 2024-02-08 16:27:25 +05:00
ErrorContainer.tsx Shared:Components:ErrorContainer: add support editor 2024-02-19 11:40:52 +03:00
ErrorContainer.types.ts Shared:Components:ErrorContainer: add support editor 2024-02-19 11:40:52 +03: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