Current section
Files
Jump to
Current section
Files
src/lustre_ui.app.src
{application, lustre_ui, [
{vsn, "0.1.0"},
{applications, [gleam_community_colour,
gleam_stdlib,
gleeunit,
lustre,
simplifile]},
{description, "A collection of components and design tokens for building Lustre apps."},
{modules, [lustre@ui,
lustre@ui@aside,
lustre@ui@box,
lustre@ui@button,
lustre@ui@cluster,
lustre@ui@colour,
lustre@ui@icon,
lustre@ui@sequence,
lustre@ui@stack,
lustre@ui@styles]},
{registered, []}
]}.