Skip to content

EmptyState

Nothing here yet, and exactly what to do about it. Honest empty states replace fabricated activity feeds.

Example

No projects yet

Projects hold your pages, themes, and deploys. Create the first one to get going.

Create project
<EmptyState
  title="No projects yet"
  body="Projects hold your pages, themes, and deploys."
  actionLabel="Create project"
  actionHref="/components"
/>

Props

PropTypeDefaultDescription
titlestring-Why it is empty.
bodystring-One sentence of context.
actionLabel / actionHrefstring-The one action that fills it.

Accessibility