Logo
The Visitza wordmark with embedded SA flag emblem. Supports full-colour rendering and a single-colour mono mode for use on coloured backgrounds.
core/logoInstallation
1 · Add registry to components.json
2 · Install component
Examples
Default
Sizes
Scale via the style prop — the SVG reflows proportionally.
Mono mode
Pass mono and monoColor for single-colour rendering.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
visitColor | string | — | Colour of the 'Visit' text portion. |
zaColor | string | — | Colour of the 'SA' text portion. |
markerColor | string | — | Colour of the map-pin marker in the emblem. |
ringColor | string | — | Colour of the outer ring in the emblem. |
mono | boolean | false | Render in single-colour mono mode. |
monoColor | string | — | The colour used in mono mode (defaults to currentColor). |