@aelig/app-store-links
App Store Links
Add
pnpm dlx shadcn@latest add @aelig/app-store-linksRenders localized Apple App Store and Google Play download badges.
Preview
Usage
import AppStoreLinks from "@/components/blocks/app-store-links"
export function Section() {
return <AppStoreLinks {...sectionProps} />
}