Current section
Files
Jump to
Current section
Files
src/glaze_oat.app.src
{application, glaze_oat, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
lustre]},
{description, "🍩 Lustre Bindings to Oat UI Components"},
{modules, [glaze_oat,
glaze_oat@@main,
glaze_oat@accordion,
glaze_oat@alert,
glaze_oat@badge,
glaze_oat@breadcrumb,
glaze_oat@button,
glaze_oat@card,
glaze_oat@dialog,
glaze_oat@dropdown,
glaze_oat@form,
glaze_oat@meter,
glaze_oat@pagination,
glaze_oat@progress,
glaze_oat@sidebar,
glaze_oat@skeleton,
glaze_oat@spinner,
glaze_oat@switch,
glaze_oat@table,
glaze_oat@tabs,
glaze_oat@theme,
glaze_oat@toast,
glaze_oat@tooltip]},
{registered, []}
]}.