# EmptyScreenContainer Used to display empty screen page ### Usage ```js import EmptyScreenContainer from "@appserver/components/empty-screen-container"; ``` ```jsx Go to home} /> ``` ### Properties | Props | Type | Required | Values | Default | Description | | ----------------- | :------------: | :------: | :----: | :-----: | --------------------------------------- | | `buttons` | `element` | - | - | - | Content of EmptyContentButtonsContainer | | `className` | `string` | - | - | - | Accepts class | | `descriptionText` | `string` | - | - | - | Description text | | `headerText` | `string` | - | - | - | Header text | | `subheadingText` | `string` | - | - | - | Subheading text | | `id` | `string` | - | - | - | Accepts id | | `imageAlt` | `string` | - | - | - | Alternative image text | | `imageSrc` | `string` | - | - | - | Image url source | | `style` | `obj`, `array` | - | - | - | Accepts css style |