Components · Web
MobileCta
Fixed download bar at the bottom of the screen, mobile only.
Web · Astro · macromath_web
A bar fixed to the bottom of the screen that only appears on small devices, with a download button always at hand while the user scrolls the landing.
Composition
- Primary button
hero.cta1→#download. id="mobile-cta"— shown/hidden depending on the scroll position.
Usage
---
import MobileCta from '../components/layout/MobileCta.astro';
---
<MobileCta />No props. It complements the CTA, ensuring conversion on mobile.