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.
Theme-picker component and environment manager for user-controlled theme switching.
| Type | Functional |
|---|---|
| Version | 1.0.0 |
| CSS | packs/ui.full.css |
| JS | packs/ui.full.js |
<theme-picker> — visual theme switching UI with preview thumbnailsdata-theme attribute updates<link rel="stylesheet" href="/cdn/packs/ui.full.css"><script type="module" src="/cdn/packs/ui.full.js"></script>
import { activateBundle } from '/cdn/vanilla-breeze.js'await activateBundle('ui')
Load the UI pack when your site needs user-facing theme controls. If you ship a single brand theme with no switching UI, you don't need this pack — core handles everything else.