--- Added: v2.4.0 Status: Active Last reviewed: --- # Empty Content Component Provides a generic "Empty Content" UI and can used as a placeholder for components that need to show different content when being empty. ## Properties | Name | Type | Description | | --- | --- | --- | | icon | string | Material Icon to use | | title | string | String or Resource Key for the title | | subtitle | string | String or Resource Key for the subtitle | ## Examples ```html ``` ![Favorites screen](../docassets/images/empty-content-favorites.png) You can also use multiple lines instead of the subtitle section: ```html

{{ 'APP.BROWSE.TRASHCAN.EMPTY_STATE.FIRST_TEXT' | translate }}

{{ 'APP.BROWSE.TRASHCAN.EMPTY_STATE.SECOND_TEXT' | translate }}

``` ![Trashcan screen](../docassets/images/empty-content-trashcan.png)