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

PropTypeDefaultDescription
iconReactNodeOptional illustration / icon above the title.
titleReactNodeHeading.
descriptionReactNodeSupporting copy.
actionReactNodeCTA area — usually a Button.
size'sm' | 'md' | 'lg''md'Vertical padding + font scale.