NodeBuilder
Builder for a single Node of element type, collecting its props and children.
As an ElementSink it also accepts the HTML tag helpers, which append built nodes as children.
Functions
Appends node as an element child; the ElementSink entry point used by the tag helpers.
Appends a div element to this sink.
Appends an h1 heading element to this sink.
Appends an h2 heading element to this sink.
Appends an h3 heading element to this sink.
Appends an h4 heading element to this sink.
Appends an h5 heading element to this sink.
Appends an h6 heading element to this sink.
Appends an img element to this sink.
Appends a nested element child of the given type, built via a fresh NodeBuilder.
Appends a p (paragraph) element to this sink.
Configures this node's NodeProps (id, classes, style, event bindings) via NodePropsBuilder.
Appends a span element to this sink.