--- title: Metrics card description: > Metrics cards are used to highlight important numbers, statistics, or trends from your app, so merchants can quickly understand their activity and performance. | Used to | Examples | | --- | --- | | Show app-specific metrics | Email open rates, active subscribers | | Visualize user engagement | Social media followers, campaign clicks | --- api_name: app-home source_url: html: 'https://shopify.dev/docs/api/app-home/patterns/compositions/metrics-card' md: 'https://shopify.dev/docs/api/app-home/patterns/compositions/metrics-card.md' --- # Metrics card Metrics cards are used to highlight important numbers, statistics, or trends from your app, so merchants can quickly understand their activity and performance. | Used to | Examples | | - | - | | Show app-specific metrics | Email open rates, active subscribers | | Visualize user engagement | Social media followers, campaign clicks | *** Examples ### Examples * #### Metrics card ##### jsx ```jsx Total Designs 156 {" "} 12%{" "} Units Sold 2,847 0% Return Rate 3.2% {" "} 0.8%{" "} ``` ##### html ```html Total Designs 156 12% Units Sold 2,847 0% Return Rate 3.2% 0.8% ``` ## Related [Requirements - Built for Shopify](https://shopify.dev/docs/apps/launch/built-for-shopify/requirements)