Re-exports§
pub use element::Element;pub use element::SomeElement;pub use entity::AsEntity;pub use prelude::Children;pub use prelude::Parent;pub use web_sys;pub use futures_signals as signals;pub use hobo_css as css;pub use paste;
Modules§
- components
- methods to create HTML Elements as well as their types
- dom_
events - everything that has to do with HTML event handling
- element
- entity
- events
- simple way to fire and respond to arbitrarily-typed events
- hierarchy
- Parent and Child relations
- prelude
- query
- Queries allow finding entities across the hierarchy
- resource
- resources are globally-accessible components
- signals_
ext - web_str
- interned strings
Macros§
- enclose
- Essentially a “move-by-clone” closure creator, with special syntax for automatic refcell up/downgrading
Traits§
Functions§
- find
- Find all entities matching a query
- find_
one - Find one entity matching a query, panic otherwise
- register_
window - Register a browser window to also receive styles, automatically called for the global
windowobject - try_
find_ one - Find one entity matching a query if there is one
- world