Quill docs
Logo
The Qirava brand mark sourced from the first-party icon/brand assets, never hand-copied SVG.
Preview#
This preview is server-rendered from the real qquill-design builder; the page ships the component CSS that builder returns, so the docs cannot drift from the crate API.
Design-system contract#
- BUILT: renders trusted static brand SVGs from qquill-icons/qbrand sources.
- BUILT: wordmark and icon marks are selectable; href can wrap the logo safely.
- No island: brand marks are static and theme-aware through currentColor/CSS.
Code#
Construct the component with its builder:
Logo::new()
.mark(Mark::Wordmark)
.height(34)
.href("/")
.render()