# EmptyScreenContainer ## Usage ```js import { EmptyScreenContainer } from 'asc-web-components'; ``` #### Description Used to display empty screen page #### Usage ```js action("Reset filter clicked")(e)} > Reset filter } /> ``` #### 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(s)` | - | - | - | Content of EmptyContentButtonsContainer |