pmsipilot / ui

A themable UI library based on Bootstrap

Home Page:http://pmsipilot.github.io/ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PMSIpilot UI

PMSIpilot UI is a themable UI library based on Bootstrap. It's the the base UI library in all PMSIpilot/PSIH applications.

Live Demo

Using the library in your project

Install with bower

bower install pmsipilot-ui --save

In your main.less, import the library less file

@import 'bower_components/fontawesome/less/font-awesome';
@import 'bower_components/bootstrap/less/bootstrap';
@import 'bower_components/pmsipilot-ui/less/bootstrap';

Customize your UI Theme

body {
    .theme-colored(@themeColorOne, @themeColorTwo, @themeColorThree);
}

About

A themable UI library based on Bootstrap

http://pmsipilot.github.io/ui/

License:MIT License


Languages

Language:Less 100.0%