Giter VIP home page Giter VIP logo

biz-ui's Introduction

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!

biz-ui's People

Contributors

rickyleung avatar yanyu0517 avatar

Watchers

lyjohn 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.