SkillAgentSearch skills...

Luna.mbt

Experimental: Declarative UI Framework for Moonbit

Install / Use

/learn @mizchi/Luna.mbt
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Luna

Island Architecture-based UI library implemented in MoonBit.

Related Repositories

Installation

// moon.mod.json
{
  "deps": {
    "mizchi/luna": "0.7.0"
  }
}

Packages

| Package | Description | |---------|-------------| | mizchi/luna/js/resource | Reactive signals | | mizchi/luna/dom | DOM operations, Hydration | | mizchi/luna/core/render | VNode → HTML rendering | | mizchi/luna/x/css | CSS Utilities | | mizchi/luna/core/routes | Route matching | | mizchi/luna/dom/browser_router | Browser router | | mizchi/luna/x/components | UI components |

Development

just check      # Type check
just fmt        # Format
just test-unit  # MoonBit tests
just test-e2e   # E2E tests

License

MIT

Related Skills

View on GitHub
GitHub Stars155
CategoryDevelopment
Updated21h ago
Forks5

Languages

MoonBit

Security Score

80/100

Audited on Mar 31, 2026

No findings