Skip to content

Empty

Empty

With Title and Description

No items found

Try adjusting your search or filters to find what you're looking for.

With Action Button

No projects yet

Get started by creating your first project.

With Custom Icon

Inbox is empty

You're all caught up! No new messages.

Search Results Empty

No results found

We couldn't find anything matching your search.

import { Empty } from "@f0rbit/ui";
<Empty
title="No items found"
description="Try adjusting your search or filters."
/>
import { Empty, Button } from "@f0rbit/ui";
<Empty
title="No projects yet"
description="Get started by creating your first project."
>
<Button>Create Project</Button>
</Empty>
import { Empty } from "@f0rbit/ui";
<Empty
icon={<InboxIcon />}
title="Inbox is empty"
description="You're all caught up!"
/>
PropTypeDefaultDescription
iconJSX.ElementIcon to display above the message
titlestringMain title text
descriptionstringAdditional description text
childrenJSX.ElementAdditional content (e.g., action buttons)