All components

Empty

Empty state with title, description, and optional action.

Full API on ui.shadcn.com

Default

No projects yet
Projects group related work. Create your first to get started.
<Empty>
  <EmptyHeader>
    <EmptyMedia variant="icon">
      <FolderOpen />
    </EmptyMedia>
    <EmptyTitle>No projects yet</EmptyTitle>
    <EmptyDescription>
      Projects group related work. Create your first to get started.
    </EmptyDescription>
  </EmptyHeader>
  <EmptyContent>
    <Button><Plus /> New project</Button>
  </EmptyContent>
</Empty>