Expand description
HTML render engine for JSON-UI views.
Walks a JsonUiView component tree and produces an HTML fragment using
Tailwind CSS utility classes. All 26 built-in component types plus plugin
components are supported. Plugin components are dispatched to the plugin
registry; their CSS/JS assets are collected and returned separately.
Structs§
- Render
Result - Result of rendering a view with plugin support.
Functions§
- render_
to_ html - Render a JSON-UI view to an HTML fragment.
- render_
to_ html_ with_ plugins - Render a JSON-UI view to HTML and collect plugin assets.