Welcome to Vanilla Breeze
This bell pulls live notifications from /go/notify/messages — the same contract documented at /docs/concepts/service-contracts/. Static articles like this one are the no-JS / no-backend fallback.
This bell pulls live notifications from /go/notify/messages — the same contract documented at /docs/concepts/service-contracts/. Static articles like this one are the no-JS / no-backend fallback.
Content tangentially related to the surrounding content. Used for sidebars, pull quotes, and supplementary information boxes.
Use the <aside> element for:
Content in an aside should be related to the surrounding content but not essential to understanding it. The page should make sense if the aside is removed.
For alert-style notifications (warnings, tips, success messages, errors), use <status-message> instead.
Basic aside without additional styling.
<aside> <h4>Did you know?</h4> <p>The aside element was introduced in HTML5 to provide semantic meaning for content that is tangentially related to the main content.</p></aside>
Panel style with background for sidebar layouts.
<aside class="sidebar"> <h4>Quick Links</h4> <ul> <li><a href="#">Getting Started</a></li> <li><a href="#">Documentation</a></li> <li><a href="#">API Reference</a></li> <li><a href="#">Examples</a></li> </ul></aside>
Subtle note style for minor supplementary information.
<aside class="note"> <strong>Note:</strong> This feature is available in version 2.0 and later.</aside>
Floating aside for pull quotes that flow with text.
<article> <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit...</p> <aside class="float"> <p><em>"Design is not just what it looks like and feels like. Design is how it works."</em></p> <p>— Steve Jobs</p> </aside> <p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris...</p></article>
Margin annotation that floats alongside text on wide viewports. On narrow viewports, collapses to a bordered inline block. Requires the parent container to have margin space (e.g., inside <layout-text>).
| Class | Description |
|---|---|
.sidebar |
Raised background panel style for sidebar content |
.note |
Subtle, compact note with muted text for de-emphasized content |
.float |
Floats to the right with max-width of 40% for pull quotes |
.sidenote |
Margin annotation (22ch) that floats alongside text; collapses to bordered block on narrow viewports |
clear: both on following content to prevent layout issues