Sequence
docs
Astro components

Integration marquee

A scrolling marquee of integration logos.

Displays an auto-scrolling marquee of predefined integration logos.

Usage

---
import IntegrationMarquee from '@/components/IntegrationMarquee.astro';
---

<div class="relative h-20 w-full overflow-hidden">
  <IntegrationMarquee />
</div>

Notes

  • The list of logos is currently hardcoded within the component.
  • Uses the Marquee core component internally.

On this page