@propellerads/empty-state
v3.0.0
Published
 
Keywords
Readme
EmptyState
Installation
yarn add @propellerads/empty-stateornpm 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>}
/>