# EmptyState

![size](https://img.shields.io/bundlephobia/min/@propellerads/empty-state.svg)
![](https://img.shields.io/npm/v/@propellerads/empty-state.svg?style=flat-square)

[NPM](https://www.npmjs.com/package/@propellerads/empty-state) |
[Github](https://github.com/propellerads/ui-components/tree/master/Components/EmptyState)

## Installation
* `yarn add @propellerads/empty-state` or `npm install @propellerads/empty-state -S`

### How to use
* `import EmptyState from '@propellerads/empty-state';`
* And render ```<EmptyState
                  icon={<Send color="blue" />}
                  description={<Title>No payouts here yet</Title>}
                  title="You’ll see regular payouts here as soon as you start working with us!"
                  actions={<button>Button</button>}
              />```
