App Download Stack

Store badges with animated layout for app download CTAs.

Open in v0~2.2 kB

Last updated: March 7, 2026

Installation

npx smoothui-cli add app-download-stack

Features

  • iOS/Android store badges
  • Subtle entrance animations
  • Flexible layout and copy
  • Responsive and accessible

Accessibility

ARIA Attributes

AttributeElementPurpose
aria-label="Expand app selection"Stack buttonLabels the collapsed stack trigger for screen readers
type="button"All buttonsPrevents implicit form submission
disabledDownload buttonDisables the download button when no apps are selected

Screen Reader

  • Each app icon includes an alt attribute with the app name (e.g., "GitHub Logo").
  • The checkmark SVG includes a title element for accessibility.
  • The selected count is displayed visually for sighted users.

Reduced Motion

This component respects the prefers-reduced-motion media query via useReducedMotion from Motion. When reduced motion is preferred, floating animations, stacked rotation effects, hover interactions, layout animations, and the download shine effect are all disabled.

Props