Packages

Generate HTML (or XML) from simple gleam functions

Current section

Files

Jump to
html_components src html_components.app.src
Raw

src/html_components.app.src

{application, html_components, [
{vsn, "0.2.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Generate HTML components from simple functions"},
{modules, [elements,
html,
render]},
{registered, []}
]}.