@aelig/app-store-links

App Store Links

Add

pnpm dlx shadcn@latest add @aelig/app-store-links

Renders localized Apple App Store and Google Play download badges.

Preview

Install the app

Download the latest registry companion.

AppStore download badge

Usage

import AppStoreLinks from "@/components/blocks/app-store-links"

export function Section() {
  return <AppStoreLinks {...sectionProps} />
}