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
<LogoRow
heading="Backed by"
logos={[
{ kind: "img", src: ycSvgUrl, alt: "YC" },
{ kind: "node", node: "a16z" },
{ kind: "node", node: <em>Sequoia</em> },
]}
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
| heading | Snippet | - | Uppercase header copy. |
| logos* | LogoRowItem[] | - | Mix of img/node entries. |