@atlaskit/empty-state
Version:
An empty state appears when there is no data to display and describes what the user can do next.
16 lines (10 loc) • 367 B
Markdown
# Empty state
Empty State is used for various scenarios, for example: empty search, no items, broken link, general
error message, welcome screen etc. (usually it takes the whole page).
## Installation
```sh
yarn add @atlaskit/empty-state
```
## Usage
Detailed docs and example usage can be found
[here](https://atlaskit.atlassian.com/packages/core/empty-state).