StoreButton

import { StoreButton } from '@megafon/ui-core';

Базовое использование

<StoreButton theme="app-store" href="#" target="_blank" />
<StoreButton theme="galaxy-store" href="#" target="_blank" />
<StoreButton theme="google-play" href="#" target="_blank" />
<StoreButton theme="huawei-store" href="#" target="_blank" />
<StoreButton theme="mi-store" href="#" target="_blank" />
<StoreButton theme="ru-store" href="#" target="_blank" />
<StoreButton theme="v-appstore" href="#" target="_blank" />

Размер

Small

<StoreButton theme="app-store" href="#" target="_blank" sizeAll="small" />
<StoreButton theme="galaxy-store" href="#" target="_blank" sizeAll="small" />
<StoreButton theme="google-play" href="#" target="_blank" sizeAll="small" />
<StoreButton theme="huawei-store" href="#" target="_blank" sizeAll="small" />
<StoreButton theme="mi-store" href="#" target="_blank" sizeAll="small" />
<StoreButton theme="ru-store" href="#" target="_blank" sizeAll="small" />
<StoreButton theme="v-appstore" href="#" target="_blank" sizeAll="small" />

Medium

<StoreButton theme="app-store" href="#" target="_blank" sizeAll="medium" />
<StoreButton theme="galaxy-store" href="#" target="_blank" sizeAll="medium" />
<StoreButton theme="google-play" href="#" target="_blank" sizeAll="medium" />
<StoreButton theme="huawei-store" href="#" target="_blank" sizeAll="medium" />
<StoreButton theme="mi-store" href="#" target="_blank" sizeAll="medium" />
<StoreButton theme="ru-store" href="#" target="_blank" sizeAll="medium" />
<StoreButton theme="v-appstore" href="#" target="_blank" sizeAll="medium" />

Large

<StoreButton theme="app-store" href="#" target="_blank" sizeAll="large" />
<StoreButton theme="galaxy-store" href="#" target="_blank" sizeAll="large" />
<StoreButton theme="google-play" href="#" target="_blank" sizeAll="large" />
<StoreButton theme="huawei-store" href="#" target="_blank" sizeAll="large" />
<StoreButton theme="mi-store" href="#" target="_blank" sizeAll="large" />
<StoreButton theme="ru-store" href="#" target="_blank" sizeAll="large" />
<StoreButton theme="v-appstore" href="#" target="_blank" sizeAll="large" />