Select UI framework
Get Started
React Aria
AlertApp Store ButtonAspect RatioBadgeBannerBreadcrumbButton GroupButtonCheckboxCommand MenuCompactButtonDialogDrawerEmptyFancy ButtonFile UploadHintInput OTPInputItemKbdLabelLinkButtonLoaderPopoverProgress BarProgress CircleRadio GroupRatingSelectSeparatorSkeletonSliderSocial ButtonSwitchTagTextareaToggle GroupToggleTooltip
Component app-store-button-demo not found in registry.
Installation
pnpm dlx shadcn@latest add app-store-button
Usage
import * as AppStoreButton from "@/components/ui/app-store-button"<AppStoreButton.Root brand="apple" appearance="filled">
<AppStoreButton.Icon as={IconApple} />
<AppStoreButton.TopText>Download on the</AppStoreButton.TopText>
<AppStoreButton.BottomText>App Store</AppStoreButton.BottomText>
</AppStoreButton.Root>Examples
Apple App Store
Component app-store-button-demo not found in registry.
Microsoft Store
Component app-store-button-microsoft not found in registry.
Samsung Galaxy Store
Component app-store-button-samsung not found in registry.
Huawei AppGallery
Component app-store-button-huawei not found in registry.
Amazon Appstore
Component app-store-button-amazon not found in registry.
Disabled
Component app-store-button-disabled not found in registry.
Full Width
Component app-store-button-full-width not found in registry.
Rounded
Component app-store-button-rounded not found in registry.
As Child
Component app-store-button-as-child not found in registry.