h
ands
functions, to safely create HTML and SVG elements, e.g.h('button')
,s('circle')
.h
ands
namespaces, with aliases to represent elements' types, e.g.h.Button
,s.Circle
.element()
function, to define custom components similar to native ones.