UNPKG

@soil/dom

Version:

Declaratively create type-safe HTML and SVG elements.

9 lines (6 loc) 229 B
# Changelog ## 1.0.0 ### Added - `h` and `s` namespaces, containing: - Functions to safely create HTML and SVG elements, e.g. `h.button()`, `s.circle()`. - Aliases to represent their types, e.g. `h.Button`, `s.Circle`.