---
title: Empty state
description: >
  Empty states are used when a list, table, or chart has no items or data to
  show. This is an opportunity to provide explanation or guidance to help
  merchants progress. The empty state component is intended for use when a full
  page in the admin is empty, and not for individual elements or areas in the
  interface.
    | Used to | Examples |
    | --- | --- |
    | Offer a clear next step when no data is present | Prompt merchants to create their first campaign |
    | Encourage activation of features | Suggest setting up a subscription plan when none exist |
    ---
api_name: app-home
source_url:
  html: 'https://shopify.dev/docs/api/app-home/patterns/compositions/empty-state'
  md: 'https://shopify.dev/docs/api/app-home/patterns/compositions/empty-state.md'
---
# Empty state
Empty states are used when a list, table, or chart has no items or data to show. This is an opportunity to provide explanation or guidance to help merchants progress. The empty state component is intended for use when a full page in the admin is empty, and not for individual elements or areas in the interface.
| Used to | Examples |
| - | - |
| Offer a clear next step when no data is present | Prompt merchants to create their first campaign |
| Encourage activation of features | Suggest setting up a subscription plan when none exist |
***
### Examples
* #### Empty state
  ##### jsx
  ```jsx
  
    
      
        {/* aspectRatio should match the actual image dimensions (width/height) */}
        
      
      
        
          Start creating puzzles
          
            Create and manage your collection of puzzles for players to enjoy.
          
        
        
          
            {" "}
            Learn more{" "}
          
          
            {" "}
            Create puzzle{" "}
          
        
      
    
  
  ```
  ##### html
  ```html
  
    
      
        
        
      
      
      
        Start creating puzzles
        
          Create and manage your collection of puzzles for players to enjoy.
        
      
      
         Learn more 
         Create puzzle 
      
      
    
  
  ```
## Related
[Requirements - Built for Shopify](https://shopify.dev/docs/apps/launch/built-for-shopify/requirements)