AppBrand
Logo + product name + optional version chip — reusable inside or outside AppHeader
SSR mode
Examples
API
The element family below can be composed together. Click an element to jump to its properties.
| Element | Purpose |
|---|---|
| AppBrand | Compact branding row: logo (slot) + product name (text) + optional version badge. Wraps the whole row in an <a> so the brand is clickable; Href defaults to /. As a single inline element it doesn't expose the wrapper-styling parameters (Borders/Gutters/HeaderAlignment) — those apply to chunks with region wrappers. |
AppBrand
Compact branding row: logo (slot) + product name (text) + optional version badge. Wraps the whole row in an <a> so the brand is clickable; Href defaults to /. As a single inline element it doesn't expose the wrapper-styling parameters (Borders/Gutters/HeaderAlignment) — those apply to chunks with region wrappers.
| Property | Type | Required | Description |
|---|---|---|---|
| Name | string | Product name. Rendered as bold text. | |
| Href | string? | Anchor href. Default: /. | |
| Version | string? | Optional version label rendered in a neutral Badge to the right of the name. | |
| Logo | RenderFragment? | Logo slot. Typically holds an <Icon> or <svg>. Renders to the left of the name. |