Brand
The Brand component provides a reusable pattern for brand in the interface.
Single line
Two rows
Only logotype (no text)
A logotype component will be shown.
Only text (no logo)
Logotype will be removed
API
| Parameter | Default | Description |
|---|---|---|
|
logotype
|
[] | Array containing specified logotype component attributes |
|
text
|
[] | Array of brand name, each item will be separated on multiple lines |
CSS API
| Variable | Default | Type | Values | Description |
|---|---|---|---|---|
|
--c-brand--space
|
var(--space) | range | - | Adjusts the spacing between logo and text. |
|
--c-brand--base
|
var(--base) | range | - | Main unit that drives radius and spacing scales. |
|
--c-brand--color--primary
|
var(--color--primary) | color | - | Overrides the default text color for the brand component. |
|
--c-brand--font-family-heading
|
var(--font-family-heading) | font | - | Overrides the default font family for the brand component. |
|
--c-brand--font-size-400
|
var(--font-size-400) | range | - | Three steps above base in the type scale. Equivalent to h4. |
|
--c-brand--font-size-multiplier
|
1 | range | - | Scales the brand text size locally without changing the global typography scale. |