ErrorContainer
February 4, 2026 ยท View on GitHub
Used to display full page error
Usage
import ErrorContainer from "@docspace/ui-kit/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 |