Expand description
Per-component style injection and SSR style collection for Orbital.
Structs§
Functions§
- Style
Registry - Collects component-injected styles during SSR and streams them into
<head>. - inject_
dynamic_ style - Injects a reactive stylesheet into
<head>(client) or collects it for SSR. - inject_
style - Injects a static stylesheet into
<head>once (deduplicated by id).