May 27, 2026SimpleMarquees & Tickers
Press Marquee
A continuously scrolling press/publication logo banner. Supports text-based wordmarks or image logos, with a configurable background color and speed. Uses pure CSS animation for seamless looping.
Preview
ForbesWWDnypebaeE L L EVICEseventeeninStyleForbesWWDnypebaeE L L EVICEseventeeninStyleForbesWWDnypebaeE L L EVICEseventeeninStyle
Source
import PressMarquee from "./index.jsx";
import { pressMarquee } from "../demo-data.js";
import styles from "./demo.module.css";
export default function PressMarqueeDemo() {
return (
<div className={styles.page}>
<div className={styles.empty} />
<PressMarquee {...pressMarquee} />
<div className={styles.empty} />
</div>
);
}