EmptyState
OrganismEmpty-state message shown when there is no data. Supports icon, title, description, and action slots.
No projects yet
Create your first project to get started.
<EmptyState
icon="📁"
title="No projects yet"
description="Create your first project to get started."
action={<Button variant="primary" size="sm">New project</Button>}
/>No projects yet
Create your first project to get started.
<EmptyState icon="📁" title="No projects yet" description="Create your first project to get started." action={<Button variant="primary" size="sm">New project</Button>} />No results found
Try adjusting your search or filters.
<EmptyState title="No results found" description="Try adjusting your search or filters." />