Current section
Files
Jump to
Current section
Files
src/html_components.app.src
{application, html_components, [
{vsn, "0.2.2"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Generate HTML (or XML) from simple gleam functions"},
{modules, [elements,
html,
render]},
{registered, []}
]}.