---
title: Media card
description: >
  Media cards provide a consistent layout to present visual information to
  merchants. Visual media is used to provide additional context to the written
  information it's paired with.
    | Used to | Examples |
    | --- | --- |
    | Educate merchants on key actions | Show how to connect a social account with a demo image |
    | Provide clear calls to action | Show campaign preview with a "Send campaign" button |
    ---
    
    
api_name: app-home
source_url:
  html: 'https://shopify.dev/docs/api/app-home/patterns/compositions/media-card'
  md: 'https://shopify.dev/docs/api/app-home/patterns/compositions/media-card.md'
---
# Media card
Media cards provide a consistent layout to present visual information to merchants. Visual media is used to provide additional context to the written information it's paired with.
| Used to | Examples |
| - | - |
| Educate merchants on key actions | Show how to connect a social account with a demo image |
| Provide clear calls to action | Show campaign preview with a "Send campaign" button |
***
### Examples
* #### Media card
  ##### jsx
  ```jsx
  
    
      
    
    
    
      4-Pieces
      
        View
      
    
  
  ```
  ##### html
  ```html
  
    
      
    
    
    
      4-Pieces
      
        View
      
    
  
  ```
## Related
[Requirements - Built for Shopify](https://shopify.dev/docs/apps/launch/built-for-shopify/requirements)