
Special type of action button that always shows an Apple logo and customizable
label next to it. By default it uses your app’s App Store ID from the APP_ID
constant inside the src/constants.ts file to redirect user’s to the App Store.
<DownloadActionButton size="medium" />Properties
| Property | Value | Description |
|---|---|---|
href | string | URL the button links to. Defaults to your App Store URL from using |
label | string | Button label text. Defaults to “Download”. |
size | smallmediumlarge | Button size. Defaults to |