# LogoStrip
Row of text-based brand marks.
Use LogoStrip for a compact row of partner or customer wordmarks.
## API
The package declarations define these public members.
| Member | Type | Kind | Required | Default | Description |
| --- | --- | --- | --- | --- | --- |
| `label` | `string` | prop | No | `undefined` | Accessible label for the surrounding `
`. |
| `labels` | `readonly string[]` | prop | Yes | - | Brand wordmarks rendered in display font. |
| `variant` | `LogoStripVariant` | prop | No | `'light'` | `light` over a light surface (text-subtle); `dark` over a dark/accent surface. |
## Related
- [Eyebrow](/docs/components/eyebrow): Tracked label used above headings.
- [Avatar](/docs/components/avatar): Identity image or fallback with an optional status marker.
- [CodeBlock](/docs/components/code-block): Read-only code surface with copy support.