2.2.0 • Published 2 years ago
@propellerads/empty-state v2.2.0
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>} />