Packages

Layout and style that's easy to refactor, all without thinking about CSS.

Current section

Files

Jump to
legos src legos.app.src
Raw

src/legos.app.src

{application, legos, [
{vsn, "1.4.0"},
{applications, [gleam_community_maths,
gleam_json,
gleam_stdlib,
lustre]},
{description, "Layout and style that's easy to refactor, all without thinking about CSS."},
{modules, [legos@@main,
legos@background,
legos@border,
legos@color,
legos@events,
legos@font,
legos@input,
legos@internal@flag,
legos@internal@model,
legos@internal@style,
legos@keyed,
legos@region,
legos@ui]},
{registered, []}
]}.