Skip to Content
ComponentsLogoWall

Logo Wall

The Logo Wall component provides you with client/partner logo displays.

Live Examples

Live Example
☀️
Copy
View Code
import { LogoWall } from '@jarllyng/nostromo' export default function LogoWallExample() { return ( <LogoWall title="Trusted by leading companies" logos={[ { id: 'logo1', name: 'Company 1', logo: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='80'%3E%3Crect width='100%25' height='100%25' fill='%23e4e4e7'/%3E%3Ctext x='50%25' y='50%25' font-family='sans-serif' font-size='14' fill='%2371717a' text-anchor='middle' dy='.35em'%3ECompany%201%3C/text%3E%3C/svg%3E", alt: "Company 1" }, { id: 'logo2', name: 'Company 2', logo: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='80'%3E%3Crect width='100%25' height='100%25' fill='%23e4e4e7'/%3E%3Ctext x='50%25' y='50%25' font-family='sans-serif' font-size='14' fill='%2371717a' text-anchor='middle' dy='.35em'%3ECompany%202%3C/text%3E%3C/svg%3E", alt: "Company 2" }, { id: 'logo3', name: 'Company 3', logo: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='80'%3E%3Crect width='100%25' height='100%25' fill='%23e4e4e7'/%3E%3Ctext x='50%25' y='50%25' font-family='sans-serif' font-size='14' fill='%2371717a' text-anchor='middle' dy='.35em'%3ECompany%203%3C/text%3E%3C/svg%3E", alt: "Company 3" },...
Live Example
☀️
Copy
View Code
import { LogoWall } from '@jarllyng/nostromo' export default function LogoWallCarouselExample() { return ( <LogoWall title="Trusted by industry leaders" itemVariant="ghost" logos={[ { id: 'logo7', name: 'Company 7', logo: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='80'%3E%3Crect width='100%25' height='100%25' fill='%23e4e4e7'/%3E%3Ctext x='50%25' y='50%25' font-family='sans-serif' font-size='14' fill='%2371717a' text-anchor='middle' dy='.35em'%3ECompany%201%3C/text%3E%3C/svg%3E", alt: "Company 1" }, { id: 'logo8', name: 'Company 8', logo: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='80'%3E%3Crect width='100%25' height='100%25' fill='%23e4e4e7'/%3E%3Ctext x='50%25' y='50%25' font-family='sans-serif' font-size='14' fill='%2371717a' text-anchor='middle' dy='.35em'%3ECompany%202%3C/text%3E%3C/svg%3E", alt: "Company 2" },...
Live Example
☀️
Copy
View Code
import { LogoWall } from '@jarllyng/nostromo' export default function LogoWallMinimalExample() { return ( <LogoWall itemVariant="default" logos={[ { id: 'logo12', name: 'Company 12', logo: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='60'%3E%3Crect width='100%25' height='100%25' fill='%23e4e4e7'/%3E%3Ctext x='50%25' y='50%25' font-family='sans-serif' font-size='14' fill='%2371717a' text-anchor='middle' dy='.35em'%3ELogo%201%3C/text%3E%3C/svg%3E", alt: "Logo 1" }, { id: 'logo13', name: 'Company 13', logo: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='60'%3E%3Crect width='100%25' height='100%25' fill='%23e4e4e7'/%3E%3Ctext x='50%25' y='50%25' font-family='sans-serif' font-size='14' fill='%2371717a' text-anchor='middle' dy='.35em'%3ELogo%202%3C/text%3E%3C/svg%3E", alt: "Logo 2" }, { id: 'logo14', name: 'Company 14', logo: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='60'%3E%3Crect width='100%25' height='100%25' fill='%23e4e4e7'/%3E%3Ctext x='50%25' y='50%25' font-family='sans-serif' font-size='14' fill='%2371717a' text-anchor='middle' dy='.35em'%3ELogo%203%3C/text%3E%3C/svg%3E", alt: "Logo 3" },...

Import

import { LogoWall } from "@jarllyng/nostromo"; // or import { LogoWall } from "@jarllyng/nostromo/logo-wall";

Usage

import { LogoWall } from "@jarllyng/nostromo"; export default function Example() { return ( <LogoWall title="Trusted by leading companies" logos={[ { src: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='80'%3E%3Crect width='100%25' height='100%25' fill='%23e4e4e7'/%3E%3Ctext x='50%25' y='50%25' font-family='sans-serif' font-size='14' fill='%2371717a' text-anchor='middle' dy='.35em'%3ELogo%201%3C/text%3E%3C/svg%3E", alt: "Company 1", }, { src: "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='80'%3E%3Crect width='100%25' height='100%25' fill='%23e4e4e7'/%3E%3Ctext x='50%25' y='50%25' font-family='sans-serif' font-size='14' fill='%2371717a' text-anchor='middle' dy='.35em'%3ELogo%202%3C/text%3E%3C/svg%3E", alt: "Company 2", }, ]} /> ); }

Code Examples

Props

PropTypeDefaultRequiredDescription
logosLogoItem[]-YesArray of logo objects (see LogoItem interface below)
titlestringundefinedNoSection title
subtitlestringundefinedNoSection subtitle
variant"default" | "grid" | "carousel""default"NoDisplay variant
itemVariant"default" | "outline" | "filled""default"NoVisual variant for logo items
itemHover"none" | "scale" | "opacity""scale"NoHover effect for items
itemSize"sm" | "md" | "lg""md"NoSize of logo items
imageFilter"none" | "grayscale" | "sepia""none"NoImage filter effect
showTitlebooleantrueNoWhether to show section title
showCountbooleanfalseNoWhether to show logo count
maxLogosnumberundefinedNoMaximum number of logos to display
onLogoClick(logo: LogoItem) => voidundefinedNoCallback when logo is clicked
classNamestringundefinedNoAdditional CSS classes
itemClassNamestringundefinedNoAdditional CSS classes for items

LogoItem Interface

interface LogoItem { src: string; alt: string; href?: string; name?: string; }
Last updated on