## EmptyState `EmptyState` components are used to render a helpful message and any necessary content when a user encounters a state that would usually be blank. | Param | Type | Default | Description | | --- | --- | --- | --- | | title | String | | A short label for the empty state | | message | String | | A description of why a user might be seeing the empty state and possibly instructions for actions they may take. | **Example** ```js ``` **See** - [Uses of EmptyState](https://github.com/hashicorp/vault/search?l=Handlebars&q=EmptyState) - [EmptyState Source Code](https://github.com/hashicorp/vault/blob/master/ui/app/components/empty-state.js) ---