Expand description
A reactive interface to the DOM.
Modules§
- element_
list - Manage reactive lists of DOM elements.
Structs§
- Element
- An HTML element.
- Element
Builder - Build an HTML element.
Traits§
- Attribute
Value - A potentially reactive attribute.
- Builder
- An HTML element builder.
- DomElement
- Get a raw Javascript, non-reactive DOM element.
- Effect
- An
Effect
that can be applied to anElement
after rendering. - Static
Attribute - A non-reactive attribute.
- Text
- A Text element.
Functions§
- after_
render - Run a closure after the next render.
- mount
- Mount an element on the document.
- render_
updates - Render any pending updates.
- tag
- An HTML element tag.
- unmount
- Unmount an element.