Packages

Pre-fabricated UI components for Lustre built on lustre_stylish, inspired by the Clarity Design System

Current section

Files

Jump to
lustre_prefab gleam.toml
Raw

gleam.toml

name = "lustre_prefab"
version = "1.0.0"
description = "Pre-fabricated UI components for Lustre built on lustre_stylish, inspired by the Clarity Design System"
licences = ["MIT"]
repository = { type = "github", user = "mc706", repo = "lustre_prefab" }
links = [{ title = "Clarity Design", href = "https://clarity.design/" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
lustre_stylish = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"