--- title: Empty State description: Used to indicate when a resource is empty or unavailable. links: source: components/empty-state storybook: components-empty-state--basic recipe: empty-state --- ## Usage ```tsx import { EmptyState } from "@chakra-ui/react" ``` ```tsx ``` :::info If you prefer a closed component composition, check out the [snippet below](#closed-component). ::: ## Examples ### Sizes Use the `size` prop to set the size of the Empty state. ### Action Here's an example of an empty state with an action button. ### List Here's an example of an empty state with a list. ### Closed Component Here's how to setup the Empty State for a closed component composition. If you want to automatically add the closed component to your project, run the command: ```bash npx @chakra-ui/cli snippet add empty-state ``` ## Props ### Root