Skip to content

Source code

Typography

Use a consistent hierarchy for page titles, section headings, body copy, and compact metadata.

Start with your first page. Shared ui* providers are registered by createAdmin. Examples belong inside a route template, not the root HTML document. The page and its optional controller load through Atrium’s lazy route registry.

Minimal example

<section>
<h1 tabindex="-1">Workspace</h1>
<p class="lead">Everything you need to operate your services.</p>
<h2>Resources</h2>
<p class="text-muted">Updated a moment ago.</p>
<code>example.test</code>
</section>

Settings and behavior

  • Use one h1 per page and follow heading levels in order.
  • Use Bootstrap display-1 through display-6, lead, small, blockquote, and font-mono for presentation.
  • The h1 tabindex allows route navigation to move focus to the new page title.

Integration notes

Use theme tokens instead of fixed colors. Keep accessible labels on controls. Test with keyboard navigation, both themes, and a narrow RTL viewport.

Working reference

See the production example. Return to the component index.

Author

Laurent Declercq l.declercq@agon-innovation.ch

License

Unless otherwise stated all source code is licensed under LGPL 2.1 and has the following copyright:

© 2026, Agon Partners Innovation AG, All rights reserved.

The design material and the “Agon Ātrium” trademark is the property of their authors. Reuse of them without prior consent of their respective authors is strictly prohibited.

Version

Version: 20260921