ButtonMobileStore

Encourages users to get an app from a store.

ButtonMobileStore

To implement ButtonMobileStore component into your project you’ll need to add the import:

import ButtonMobileStore from "@kiwicom/orbit-components/lib/ButtonMobileStore";

After adding import into your project you can use it simply like:

<ButtonMobileStore type="appStore" />

Props

Table below contains all types of the props available in the ButtonMobileStore component.

NameTypeDefaultDescription
altstringOptional property for passing own alt 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. Useful when you use ButtonMobileStore inside another clickable element.
typeenumThe type of the ButtonMobileStore.
langenumENThe language of 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"