Factory for Good

Empty

Use the Empty component to display an empty state.

No messages
Your inbox is empty. Start a new conversation.

Installation

pnpm dlx shadcn@latest add empty

Usage

import { InboxIcon } from "lucide-react";
import { Button } from "@/components/ui/button";
import { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle } from "@/components/ui/empty";

Use the Empty component to display an empty state.

On this page