[][src]Crate hirola_core

Re-exports

pub extern crate typed_html;
pub use wasm_bindgen;

Modules

component
dom

DOM and virtual DOM types.

elements

Types for all standard HTML5 elements.

events

Event handlers.

events
htmlescape
macros
node
output
reactive
types

Types for attribute values.

Macros

for_events

Iterate over the defined events on a DOM object.

html
render
text

Macro for creating text nodes.

unsafe_text

Macro for creating unescaped text nodes.

Traits

OutputType

Marker trait for outputs

Functions

escape_html_attribute
mount

Type Definitions

Dom