Skip to main content

Crate orbital_style

Crate orbital_style 

Source
Expand description

Per-component style injection and SSR style collection for Orbital.

Structs§

StyleRegistryContext

Functions§

StyleRegistry
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).