appBadge
App Store and Google Play download buttons. Designed to sit in a hero() actions slot, or anywhere a download CTA is needed.
appBadge({ store: 'apple', href: appStoreUrl })
appBadge({ store: 'google', href: playStoreUrl })| Prop | Type | Default | |
|---|---|---|---|
store | string | 'apple' | 'apple' or 'google' |
href | string | '#' | Link to the app store listing |