# EmptyScreenContainer Used to display empty screen page ### Usage ```js import { EmptyScreenContainer } from "asc-web-components"; ``` ```jsx Go to home} /> ``` ### Properties | Props | Type | Required | Values | Default | Description | | ----------------- | :-------: | :------: | :----: | :-----: | --------------------------------------- | | `imageSrc` | `string` | - | - | - | Image url source | | `imageAlt` | `string` | - | - | - | Alternative image text | | `headerText` | `string` | - | - | - | Header text | | `descriptionText` | `string` | - | - | - | Description text | | `buttons` | `element` | - | - | - | Content of EmptyContentButtonsContainer |