| string | — |
size Scale of whichever parts are shown. | xl•l•m•s•xs | m |
| React.CSSProperties | — |
icon The mark. Takes one source, or { light, dark } for a per-theme pair. | string•{ light: string; dark: string; } | — |
wordmark The wordmark. Same shape as icon. | string•{ light: string; dark: string; } | — |
href Makes it a link, usually home. | string | — |
dark Render only in the dark theme. | boolean | — |
light Render only in the light theme. | boolean | — |
brand Turns the logo into a brand menu: copy the assets as SVG, and link to a brand page. | { copy?: boolean; url?: string } | — |
| …and every React.AnchorHTMLAttributes prop | inherited | — |