Current section
Files
Jump to
Current section
Files
src/html_components.app.src
{application, html_components, [
{vsn, "0.1.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Generate HTML components from simple functions"},
{modules, [document,
elements,
render]},
{registered, []}
]}.