Social Proof

LogoRow

Static logos are for when you only have six.

Static row of logos with an uppercase eyebrow. Works equally well for 'Backed by', 'From alumni of', or 'As seen in'.

Install

Copy this owned-code component into your app from the registry.

pnpm dlx shadcn-svelte@latest add https://benjamin-brady.github.io/performative-ui-svelte/registry/logo-row.json

Examples

Backed by

Backed by

YCa16zSequoiaFOUNDERS FUND…and 47 angels you've heard of
<LogoRow
  heading="Backed by"
  logos={[
    { kind: "img",  src: ycSvgUrl, alt: "YC" },
    { kind: "node", node: "a16z" },
    { kind: "node", node: <em>Sequoia</em> },
  ]}
/>

Props

PropTypeDefaultDescription
headingSnippet-Uppercase header copy.
logos*LogoRowItem[]-Mix of img/node entries.
Next SlippyWords ]