Git Product home page Git Product logo

biz-ui's Introduction

BizUI - jQuery Plugin Collections for Business

NPM Version Build Status

NPM Stat

Dependence

jQuery 1.11.0+

Usage

Install the latest version of BizUI via npm or bower, adding it to your dependencies:

npm install biz-ui --save
bower install biz-ui --save

It's recommended to bundle BizUI into a vendor chunk in your project, webpack configration for example:

entry: {
    // stuff
    vendor: ['jquery', 'biz-ui']
}

If you're not using a build system, just include the css file and the js file together width jQuery in your page:

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

Use it in any module or global environment as jQuery plugins:

$('button').bizButton();
$('input').bizCalendar();

Themes

BizUI provides 19 themes, set the theme field in each component:

$('button').bizButton({
    theme: 'light-blue'
});

or set bizui.theme all at once:

bizui.theme = 'light-blue';

Iconfonts

Use iconfonts just like Google Material Design Icons in BizUI, for example:

<i class="biz-icon">3d_rotation</i>

Demos

http://bizdevfe.github.io/biz-ui/

Browser support

IE9+, Firefox, Chrome and Safari.

Build

$ npm install
$ gulp build

Get documentations

$ gulp doc

biz-ui's People

Contributors

rickyleung avatar yanyu0517 avatar tangjinzhou avatar charmsun avatar huoyanwuzhe629 avatar zyb-boye avatar zhaiyb 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.