Logo Cloud Marquee
logo_cloud_marquee renders a horizontally scrolling logo cloud that moves left and pauses on hover.
When to Use
Use it when the landing page benefits from a broad trust signal but a static grid would consume too much vertical space.
Usage
{{ logo_cloud_marquee(title="Trusted by teams", logo_1_name="Varavel", logo_2_name="Zola") }}Live Example
Trusted by
A moving logo cloud
Text fallbacks make the component useful even before final logo assets are ready.
Varavel
Zola
Tailwind
Alpine
Geist
GitHub
Parameters
| Parameter | Description |
|---|---|
container | Inner content width. |
eyebrow | Small uppercase label above the heading. |
title | Section heading. |
description | Supporting copy. |
duration | CSS animation duration. Defaults to 36s. |
logo_N_name | Logo name for item N, up to 8. |
logo_N_src | Optional logo image URL. |
logo_N_alt | Optional logo alt text. |
logo_N_href | Optional logo URL. |
bg | Full-width section background token. |
class | Additional CSS classes on the outer section. |