lampclaw/minimoon_ui/theme does not have a README file
pub(all) enum ColorMode { Light Dark} derive(Eq, @moonbitlang/core/debug.DebugDebug)
pub(all) enum TextDirection { Ltr Rtl} derive(Eq, @moonbitlang/core/debug.DebugDebug)
pub struct Theme { mode : ColorMode direction : TextDirection tokens : Tokens} derive(Eq, @moonbitlang/core/debug.DebugDebug)
fn Theme::class_name(self : Theme) -> String
fn Theme::style(self : Theme) -> String
pub(all) struct Tokens { background : String foreground : String primary : String primary_foreground : String muted : String muted_foreground : String border : String destructive : String radius : Int} derive(Eq, @moonbitlang/core/debug.DebugDebug)
fn theme(mode? : ColorMode, direction? : TextDirection, tokens? : Tokens) -> Theme
fn tokens(mode? : ColorMode) -> Tokens
Install
Native, touch-first Skyline components for Minimoon, adapted from RUI.
Dependencies
Powered by MoonBit
© 2026 mooncakes.io