[][src]Module sauron_vdom::builder

provides utility function for building virtual nodes and attributes

Functions

attr

Create an attribute

attr_ns

Create an attribute

element

Create an element

element_ns

creates an virtual node element with namespace

on

Creates a callback object from the function closure This will then be attached to the browser and emitted when that event is triggered.

on_with_extractor

Create an callback event which has a function to map web_sys::Event to user event

text

Create a textnode element