Empty
Empty-state block — icon + title + description + CTA. Drop into list views, search results, dashboards before the first record exists.
Nothing in your inbox
Once an invite lands, it'll show up here. We'll also email you.
Usage
import { Empty, Button } from '@bwo-ui/react';
<Empty
icon={<InboxIcon />}
title="Nothing here yet"
description="Once a request lands, it'll show up."
action={<Button>Invite a teammate</Button>}
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
icon | ReactNode | — | Optional illustration / icon above the title. |
title | ReactNode | — | Heading. |
description | ReactNode | — | Supporting copy. |
action | ReactNode | — | CTA area — usually a Button. |
size | 'sm' | 'md' | 'lg' | 'md' | Vertical padding + font scale. |