MacroMath UI
Components · Web

StoreButtons

App Store / Google Play badges, with compact and inverted variants.

Web · Astro · macromath_web

A pair of download badges (App Store + Google Play), reusable across the site. It is one of the few web components with props.

Preview

Download on theApp StoreGET IT ONGoogle Play

Props

PropTypeDefaultDescription
compactbooleanfalseSmaller version of the badges.
invertbooleanfalseForce white badges (for colored panels).

Usage

---
import StoreButtons from '../components/ui/StoreButtons.astro';
---
<StoreButtons />
<StoreButtons compact />
<StoreButtons invert />

The store URLs are # until publication — replace them with the real links.

On this page