Skip to Content
Reference<DownloadActionButton>
Image of the DownloadActionButton component with the Apple logo and label

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

PropertyValueDescription
hrefstring

URL the button links to. Defaults to your App Store URL from using APP_ID from the src/constants.ts file.

labelstring

Button label text. Defaults to “Download”.

size
smallmediumlarge

Button size. Defaults to small.