Packages

Generate HTML (or XML) from simple gleam functions

Current section

Files

Jump to
html_components include elements_Element.hrl
Raw

include/elements_Element.hrl

-record(element, {
tag :: binary(),
attrs :: list(elements:attribute()),
children :: list(elements:element())
}).