TMS Logo
TMSLogo renders the core TMS logo layouts as inline SVG. It owns the logo link target plus lightweight color and background overrides.
Usage
html
<TMSLogo
type="centered"
link="/"
color=""
background="none"
/>Props
| Prop | Type | Default | Notes |
|---|---|---|---|
type | 'left' | 'right' | 'centered' | 'mark' | 'centered' | Selects which logo layout is rendered. |
link | string | '/' | Applied to the root anchor href; the entire logo renders as a clickable link. |
color | string | auto | Applied to color on the SVG element; defaults to white in dark mode and black in light mode. |
background | string | 'none' | Applied to background-color on the SVG element. |