Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gausszhou/litegui
- Owner: gausszhou
- Created: 2022-08-10T15:30:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-11T17:18:39.000Z (about 1 year ago)
- Last Synced: 2023-11-12T15:52:24.604Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://gausszhou.github.io/litegui/
- Size: 576 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/
```