1.1.2 • Published 5 years ago

neui v1.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

NUI

不洗碗工作室的UI框架

开发进度缓慢 感兴趣者请联系我

重构中···

(暂时未发布 请稍等)

具体使用请看文档

喜欢请star,蟹蟹

📦 Install

npm install neui --save

🔨 Usage

import { Input } from 'neui';
ReactDOM.render(<Input />, mountNode);

⌨️ Development

$ git clone https://github.com/YYL1999/NUI.git
$ cd NUI
$ npm install
$ npm run start