ButtonMobileStore

ButtonMobileStore

import ButtonMobileStore from "@kiwicom/orbit-components/lib/ButtonMobileStore";
<ButtonMobileStore alt="Download on the App Store" type="appStore" />

Props

NameTypeDefaultDescription
altstringRequired property for passing alt attribute to the DOM image element.
titlestringOptional property for passing own title attribute to the DOM image element.
dataTeststringOptional prop for testing purposes.
idstringSet id for ButtonMobileStore.
hrefstringThe URL to link when the ButtonMobileStore is clicked.
onClickevent => void \| PromiseFunction for handling onClick event.
stopPropagationbooleanIf true the click event won’t bubble.
typeenum"appStore"The type of the ButtonMobileStore.
langenumENThe language of the image displayed on the button.

enum

typelang
"appStore""EN"
"googlePlay""ZH"
"BG"
"CS"
"DA"
"DE"
"ES"
"FI"
"FR"
"HU"
"IT"
"JA"
"KO"
"NL"
"PL"
"PT"
"RO"
"RU"
"SK"
"SR"
"SV"