https://github.com/future-team/eagle-ui
React Components for Web Application
https://github.com/future-team/eagle-ui
Last synced: about 1 year ago
JSON representation
React Components for Web Application
- Host: GitHub
- URL: https://github.com/future-team/eagle-ui
- Owner: future-team
- Created: 2016-03-17T07:29:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T03:17:13.000Z (over 8 years ago)
- Last Synced: 2025-06-15T02:49:50.517Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 17.6 MB
- Stars: 10
- Watchers: 7
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eagle-ui
This is a used to develop the background management system based on the react to develop a set of UI framework.
## Install
```
$ npm install eagle-ui --save
```
## Usage
```
S//Three methods introduced
//var eagle_ui = require('eagle-ui');
import {Panel,PanelContent,Grid,Row,Col,CalendarPanel} from 'eagle-ui';
//import * as Eagleui from 'eagle-ui';
//react
日历:
```
## Documentation
Open the project in the doc directory index can refer to or link to [http://future-team.github.io/eagle-ui/doc/index.html](http://future-team.github.io/eagle-ui/doc/index.html)
## Examples
Download dependent package installation bower, start the server, static access eagle - UI examples directory file to view the demo; or link to [http://future-team.github.io/eagle-ui/examples/index.html](http://future-team.github.io/eagle-ui/examples/index.html)
```
$ cd eagle-ui
$ npm install bower -g
$ npm install anywhere -g
$ bower install
$ anywhere
```
## Command
```
$ npm run demo
$ npm run build
$ npm run doc
$ npm run test
```
## Repair
`version 1.1.1` 新增dialog.mask支持style和class属性
`version 1.4.3` 新增textarea默认样式
`version 1.4.4` 修复validatepanel控件在提交后刷新页面的bug
`version 1.4.5` 修复表单验证无法更改为其他标签的bug
`version 1.4.7` 日历、input回滚到1.3.7版本逻辑
`version 3.0.1` 修复dialog无法更新表单元素值bug
`version 4.0.3` 新增dialog中prompt方法