@propellerads/empty-state
v2.2.0
Published
![size](https://img.shields.io/bundlephobia/min/@propellerads/empty-state.svg) ![](https://img.shields.io/npm/v/@propellerads/empty-state.svg?style=flat-square)
Downloads
701
Keywords
Readme
EmptyState
Installation
yarn add @propellerads/empty-state
ornpm 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>} />