mohanesh18 / moon

πŸŒ™ The minimal & fast UI library

Home Page:https://kbrsh.github.io/moon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moon

The minimal & fast UI library.

Build Status Code Coverage Slack License

Browser Support Table

Summary

  • πŸŽ‰ Small file size (3kb minified + gzip)
  • ⚑ Blazing fast performance
  • πŸš€ Minimal & intuitive API
  • πŸ”¨ Compose with components

About

Moon is a JavaScript library with a minimal API and fast view compiler. It splits up a web application into two parts: the view and the data. The view is responsible for displaying the data to the user. Moon compiles the view into a JavaScript program running on a 3kb runtime capable of creating, updating, and destroying the view. The data is a simple object with access to the Moon API for updating itself.

Usage

See the documentation.

Contributing

Check the CONTRIBUTING file for more information about this project and how to help.

Support

Support Moon on Patreon to help sustain the development of the project. The maker of the project works on open source for free. If you or your company depend on this project, then it makes sense to donate to ensure that the project is maintained.

License

Licensed under the MIT License by Kabir Shah

About

πŸŒ™ The minimal & fast UI library

https://kbrsh.github.io/moon

License:MIT License


Languages

Language:JavaScript 98.1%Language:HTML 1.5%Language:Shell 0.5%