Surface
Viewport

Component preview for App Footer

Presets

Props

Copyright text

Usage

<AppFooter
  copyright="© 2026 STEAM Co."
  links={[
    { label: 'Privacy', href: '/privacy' },
    { label: 'Terms', href: '/terms' }
  ]}
/>

Event Log

Interact with the component to see events

Accessibility

Uses semantic <footer> tag. Links are accessible via keyboard.