--- title: App card description: >- Some tasks are better handled by specialized apps. The app card composition provides a consistent way to recommend complementary apps that extend your functionality or help merchants accomplish api_name: app-home source_url: html: 'https://shopify.dev/docs/api/app-home/patterns/compositions/app-card' md: 'https://shopify.dev/docs/api/app-home/patterns/compositions/app-card.md' --- # App card Some tasks are better handled by specialized apps. The app card composition provides a consistent way to recommend complementary apps that extend your functionality or help merchants accomplish related tasks. Use app cards to suggest integrations, recommend partners, or highlight apps that work well alongside yours. This composition follows proven design guidelines that help your app feel native to the Shopify admin. See [Built for Shopify requirements](https://shopify.dev/docs/apps/launch/built-for-shopify/requirements) for more details on these guidelines. ### Related Components (8) APIs (1) Templates (1) ### Supported components * [Box](https://shopify.dev/docs/api/app-home/polaris-web-components/layout-and-structure/box) * [Button](https://shopify.dev/docs/api/app-home/polaris-web-components/actions/button) * [Clickable](https://shopify.dev/docs/api/app-home/polaris-web-components/actions/clickable) * [Grid](https://shopify.dev/docs/api/app-home/polaris-web-components/layout-and-structure/grid) * [Heading](https://shopify.dev/docs/api/app-home/polaris-web-components/typography-and-content/heading) * [Paragraph](https://shopify.dev/docs/api/app-home/polaris-web-components/typography-and-content/paragraph) * [Stack](https://shopify.dev/docs/api/app-home/polaris-web-components/layout-and-structure/stack) * [Thumbnail](https://shopify.dev/docs/api/app-home/polaris-web-components/media-and-visuals/thumbnail) ### Available APIs * [Navigation API](https://shopify.dev/docs/api/app-home/apis/user-interface-and-interactions/navigation-api) ### Recommended templates * [Homepage](https://shopify.dev/docs/api/app-home/patterns/templates/homepage) #### Use cases * Suggesting complementary apps to extend functionality * Promoting integrations with related services * Guiding merchants to explore analytics or marketing tools *** ## Examples ### Display a tappable app card with thumbnail and content Merchants can discover and install complementary apps that extend your app's functionality. This pattern displays a tappable app card with thumbnail and content layout. The [clickable](https://shopify.dev/docs/api/app-home/web-components/actions/clickable) component wraps the card, the [thumbnail](https://shopify.dev/docs/api/app-home/web-components/images/thumbnail) shows the app icon, and the [grid](https://shopify.dev/docs/api/app-home/web-components/layout-and-structure/grid) aligns the content. ##### jsx ```tsx Shopify Planet Free Offer carbon-neutral shipping and showcase your commitment. ``` ##### html ```html Shopify Planet Free Offer carbon-neutral shipping and showcase your commitment. ``` ### Navigate to App Store Use `href` attributes to navigate merchants to the App Store when they click the card or install button. ##### jsx ```tsx Shopify Planet Free Offer carbon-neutral shipping and showcase your commitment. ``` ##### html ```html Shopify Planet Free Offer carbon-neutral shipping and showcase your commitment. ``` ***