Variants
Dark background with subtle border
<MobileAppStore store="google-play | app-store | galaxy-store | app-gallery | google-play-white" variant="filled" href="#"/>API Reference
| Props | Type | Default | Description |
|---|---|---|---|
| store | "google-play" | "google-play-white" | "app-store" | "galaxy-store" | "app-gallery" | - | The app store platform to display. |
| variant | 'filled' | 'outlined' | 'filled' | The visual style of the badge. |
| size? | 'md' | 'lg' | 'md' | The size of the badge. |
| href? | string | '#' | The URL to link to when clicked. |
| className | string | - | Additional CSS classes to apply to the badge. |
| ...props | LinkProps | - | All Next.js Link props are supported. |