Empty
A composable empty state component for displaying placeholder content when there is no data to show.
No messages
You don’t have any messages yet. Start a conversation to get going.
Usage
import {
Empty,
EmptyContent,
EmptyDescription,
EmptyHeader,
EmptyMedia,
EmptyTitle,
} from "@/components/ui/empty"<Empty>
<EmptyHeader>
<EmptyMedia variant="icon">
<InboxIcon />
</EmptyMedia>
<EmptyTitle>No messages</EmptyTitle>
<EmptyDescription>You don't have any messages yet.</EmptyDescription>
</EmptyHeader>
<EmptyContent>
<Button>Send a message</Button>
</EmptyContent>
</Empty>Examples
Search with no results
No results found
Try adjusting your search or filters to find what you’re looking for.
No projects
No projects yet
Get started by creating your first project.
Last updated on