Constructors¶
element()¶
Generic node creator.
Node element(const std::string& type,
std::vector<Node> children = {},
std::map<std::string, std::string> props = {});
text()¶
Text node builder.
Node text(const std::string& value);
TAG Macros¶
Create tag factory functions for HTML and chart components.