Crate silkenweb_dom

Source
Expand description

A reactive interface to the DOM.

Modules§

element_list
Manage reactive lists of DOM elements.

Structs§

Element
An HTML element.
ElementBuilder
Build an HTML element.

Traits§

AttributeValue
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 an Element after rendering.
StaticAttribute
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.