Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gausszhou/litegui

一个使用纯 JavaScript 制作的组件库。 A Web Components Library. This repo is study project for litegui.js
https://github.com/gausszhou/litegui

Last synced: 14 days ago
JSON representation

一个使用纯 JavaScript 制作的组件库。 A Web Components Library. This repo is study project for litegui.js

Awesome Lists containing this project

README

        

# LiteGUI

> A UI library

[![litegui-editor](https://static.gausszhou.top/data/image/project/litegui.png)](https://gausszhou.github.io/litegui/)

## TODO

- [x] 优化代码,拆分App和Lib
- [x] 优化代码,解除循环引用
- [ ] 优化代码,全面使用 AnyScript
- [ ] 优化代码,全面使用 TypeScript

## Components

- [x] Area
- [x] Button
- [x] Checkbox
- [x] Console
- [x] Dialog
- [x] Dragger
- [x] EventMitter
- [x] Core
- [ ] Inspector
- [x] Menu
- [x] Panel
- [x] Split
- [x] Table
- [x] Tabs
- [ ] Tree
- [x] Utils
- [ ] Widgets

## Original Code

```bash
https://github.com/jagenjo/litegui.js/
```