DocSpace-client/packages/shared/components/error-container
2024-03-18 12:54:09 +03:00
..
ErrorContainer.stories.tsx Shared: apply yarn eslint:fix 2024-03-18 12:54:09 +03:00
ErrorContainer.styled.ts Shared: apply yarn eslint:fix 2024-03-18 12:54:09 +03:00
ErrorContainer.test.tsx Shared: apply yarn eslint:fix 2024-03-18 12:54:09 +03:00
ErrorContainer.tsx Shared: apply yarn eslint:fix 2024-03-18 12:54:09 +03:00
ErrorContainer.types.ts Shared: apply yarn eslint:fix 2024-03-18 12:54:09 +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