Expand description
A web/DOM/HTML backend for ravel.
Modules§
- attr
- HTML attributes.
- collections
- Views over dynamically sized collections.
- el
- HTML elements.
- event
- HTML events.
- run
- Run an event loop for a top-level component.
- text
- Text nodes and formatting.
Macros§
- View
- A convenience macro for declaring a
Viewtype. - format_
text - Displays text with a format string.
Structs§
- AnyState
- The state for an
AnyView. - AnyView
- A wrapper around a
View, erasing itsStatetype. - BuildCx
- The necessary context for building
Webcomponents. - Option
State - The state for an
Optional component. - Rebuild
Cx - The necessary context for rebuilding
Webcomponents. - Web
- A dummy type representing the web backend.
Traits§
- View
- Trait for DOM fragments.
- View
Marker - A marker trait for the
ravel::Statetypes of aView.