html/view
Types
Handler
A view is a declarative representation of something that can be rendered to the DOM, either on its own (a Template, Text, or Views) or as an attribute.
OnEvent(fn(Event) -> 'msg)
OnMsg('msg)
View
Template(Array<Str>, StaticTemplate, Array<View<'msg>>)
Text(Str)
Collection(Vector<View<'msg>>)
KeyedData(Dynamic, Dynamic, Dynamic)
AttributeValue(Option<Str>)
BooleanAttribute(Bool)
EventHandler(Str, Handler<'msg>)