Skip to main contentModule ui
Source pub use custom_node::ContentSize;pub use custom_node::CustomNode;pub use custom_node::PointerEvent;
- audio
- Engine-rendered controls for the HTML
<audio> element. - button
- canvas
- Canvas replaced-element rendering backed by recorded 2D commands.
- custom_node
CustomNode trait for replaced elements that delegate rendering.- custom_node_bridge
- Unified layout bridge for custom nodes.
- image
- Replaced-element component for decoded HTML images.
- input_text
- Editable single-line text input with IME composition state.
- input_text_types
- Text input event types and editing state.
- registry
- Component registry: maps HTML tags to custom node factories.
- select
- Dropdown component for the HTML
<select> element.