Giter VIP home page Giter VIP logo

eagle-ui's Introduction

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

		
		//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
		<Panel>
			<PanelContent>
				<Grid>
					<Row>
						<Col sm={2}>
							日历:
						</Col>
						<Col sm={10} end>
							<CalendarPanel startDate="2015-11-11">
								<input placeholder="请选择日期" style={{width:'150px'}} />
							</CalendarPanel>
						</Col>
					</Row>
				</Grid>
			</PanelContent>
		</Panel>

Documentation

Open the project in the doc directory index can refer to or link to http://uedfamily.com/documents/eagle-ui/doc

Examples

Download dependent package installation bower, start the server, static access eagle - UI examples directory file to view the demo; or link to http://uedfamily.com/documents/eagle-ui/examples

		$ 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

eagle-ui's People

Contributors

slashhuang avatar xiaoking avatar amberonno avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.