Blocks

Logo Strip

A "trusted by" belt of fictional text wordmarks.

Trusted by teams who ship after dark

FernhollowVANTREMONTkilnwareOctave & PineBLUEWICKStaticeMERIDIAN FOURLampyric

Install

Copies the component source — plus its small internal deps — into your project. You own the code from the first minute.

terminal
npx lumora-ui@latest add logo-strip

Import

Using the workspace package instead? Deep imports keep cold starts lean; the barrel is fully tree-shakable either way.

app/page.tsx
import { LogoStrip } from "@lumora/ui/blocks/logo-strip";
// or from the barrel:
import { LogoStrip } from "@lumora/ui";

Props worth knowing

logos are fictional text wordmarks ({ name, className? }) styled per brand; label sets the muted line above. marquee (default true) scrolls them at speed px per second with soft edge fades — false renders a static grid instead. Props extend the natural HTML element, so className, event handlers, and aria attributes pass straight through.