Packages

A shadcn/ui-inspired UI library for Gleam and Lustre

Current section

Files

Jump to
glizzy src ui layout types.gleam
Raw

src/ui/layout/types.gleam

// MIT License
// Copyright (c) 2026 Koncreate
// See LICENSE for details.
pub type Spacing {
Packed
Tight
Relaxed
Loose
Custom(String)
}
pub type Align {
Start
Centre
End
Stretch
}