Expand description
A web/DOM/HTML backend for ravel
.
Modules§
- HTML attributes.
- Views over dynamically sized collections.
- HTML elements.
- HTML events.
- Run an event loop for a top-level component.
- Text nodes and formatting.
Macros§
- A convenience macro for declaring a
View
type. - Displays text with a format string.
Structs§
- The state for an
AnyView
. - The necessary context for building
Web
components. - The state for an
Option
al component. - The necessary context for rebuilding
Web
components. - A dummy type representing the web backend.
Traits§
- Trait for DOM fragments.
- A marker trait for the
ravel::State
types of aView
.