Packages

Lustre Alpine is a Gleam library for working with Alpine JS through Lustre attributes.

Retired package: Renamed - Deprecated in favour of not cluttering lustre's namespace. This package can be found as High_mountains

Current section

Files

Jump to
lustre_alpine src lustre_alpine.app.src
Raw

src/lustre_alpine.app.src

{application, lustre_alpine, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
lustre]},
{description, "Lustre Alpine is a Gleam library for working with Alpine JS through Lustre attributes."},
{modules, [lustre_alpine,
lustre_alpine@event,
lustre_alpine@model,
lustre_alpine@transition]},
{registered, []}
]}.