Skip to content

Brand tile

Sits in <Navbar.Brand>. Color follows --color-system-accent — see Customize.

Keep monograms to 1–2 characters; the 24px box won’t fit more.

OR OR AO
<span class="brand-tile" aria-hidden>OR</span>
<span
class="brand-tile"
aria-hidden
style="--color-system-accent: var(--color-purple-600)"
>
OR
</span>
<span
class="brand-tile"
aria-hidden
style="--color-system-accent: var(--color-green-600)"
>
AO
</span>

Pass a Tabler icon instead; renders at 14px. icon wins over monogram.

<BrandTile
icon={IconShoppingCart}
style={{ "--color-system-accent": "var(--color-green-600)" }}
/>
<BrandTile
icon={IconChartBar}
style={{ "--color-system-accent": "var(--color-orange-600)" }}
/>
<BrandTile
icon={IconPackage}
style={{ "--color-system-accent": "var(--color-cyan-600)" }}
/>