Skip to content

comnetwork/biz-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BizUI - A jQuery plugin for business UI components

Build Status NPM Version

NPM Stat

Features

  • Include 14 types of UI components: Button, Input, Textarea, Radio, Checkbox, Select, Dialog, Panel, Tooltip, Tab, Page, Tree, Calendar, Table.
  • IE9+, Firefox, Chrome, Safari and Opera supported.
  • Import other awesome components with the constant API using Adapter Pattern.

Usage

Download the latest version or:

npm install biz-ui
bower install biz-ui

Include the css file and the js file together width jquery(1.9.0 or later) in your page:

<link rel="stylesheet" type="text/css" href="jquery.bizui.css" />
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="jquery.bizui.js"></script>

or require biz-ui in an AMD environment:

var bizui = require('biz-ui');

To initialize:

// recommended
$('button').bizButton();

// OOP way
var button = new bizui.Button($('button'));

See Demos and API documentations.

Build

$ cd tool
$ build.sh

License

Licensed under the MIT license.

Feedback

For issues or suggestions please see biz-ui on Github. Thanks for your support!

About

A jQuery plugin for business UI components.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 84.7%
  • CSS 15.2%
  • Shell 0.1%