pub fn render_components_html(
components: &[Component],
options: &HtmlRenderOptions,
) -> StringExpand description
Render typed components directly to HTML.
Preferred when you have a UiResponse with Vec<Component>.
Wraps output in a minimal self-contained HTML shell with inline styles only.