Packages
lustre_prefab
1.0.0
Pre-fabricated UI components for Lustre built on lustre_stylish, inspired by the Clarity Design System
Current section
Files
Jump to
Current section
Files
src/lustre_prefab.app.src
{application, lustre_prefab, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
lustre_stylish]},
{description, "Pre-fabricated UI components for Lustre built on lustre_stylish, inspired by the Clarity Design System"},
{modules, [lustre@prefab@alert,
lustre@prefab@button,
lustre@prefab@card,
lustre@prefab@checkbox,
lustre@prefab@input,
lustre@prefab@link,
lustre@prefab@loader,
lustre@prefab@radio,
lustre@prefab@text,
lustre@prefab@theme,
lustre_prefab@@main]},
{registered, []}
]}.