Skip to main content
Return an EmptyState as the only child of a page, record tab or dialog and it fills the surface with a centred title, description and actions, matching Attio’s own empty states.

Example

src/app/pages/sync-log/page.tsx

Props

string
required
A short heading naming what is missing, such as “No deals yet”.
string
required
A sentence below the title telling the user how to fill the surface.
React.ReactNode
The actions offered below the description, written as Button children.
  • Children that are not buttons are not rendered.
  • More than two buttons collapse into an overflow menu, with primary buttons kept visible.
  • If several buttons are primary, they are all shown as secondary.