App Store Button

PreviousNext

A button component for app store downloads with support for multiple brands and appearances.

Component app-store-button-demo not found in registry.

Installation

pnpm dlx shadcn@latest add app-store-button

Usage

import * as AppStoreButton from "@/components/ui/app-store-button"
<AppStoreButton.Root brand="apple" appearance="filled">
  <AppStoreButton.Icon as={IconApple} />
  <AppStoreButton.TopText>Download on the</AppStoreButton.TopText>
  <AppStoreButton.BottomText>App Store</AppStoreButton.BottomText>
</AppStoreButton.Root>

Examples

Apple App Store

Component app-store-button-demo not found in registry.

Microsoft Store

Component app-store-button-microsoft not found in registry.

Samsung Galaxy Store

Component app-store-button-samsung not found in registry.

Huawei AppGallery

Component app-store-button-huawei not found in registry.

Amazon Appstore

Component app-store-button-amazon not found in registry.

Disabled

Component app-store-button-disabled not found in registry.

Full Width

Component app-store-button-full-width not found in registry.

Rounded

Component app-store-button-rounded not found in registry.

As Child

Component app-store-button-as-child not found in registry.