Expand description

The builder pattern API for creating UI elements.

This API is rendering-backend agnostic and can be used with any rendering backend, not just HTML.

Modules

The prelude for the builder API. This is independent from the sycamore prelude, aka. sycamore::prelude.

Structs

A factory for building Views.

Traits

A trait that is implemented only for ElementBuilder and View. This should be considered implementation details and should not be used.

Functions

Instantiate a component as a View.
Construct a new top-level dynamic text View.
Create a View from an array of View.
Construct a new top-level text View.
Construct a new ElementBuilder from a tag name.