Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pmsipilot/ui

A themable UI library based on Bootstrap
https://github.com/pmsipilot/ui

bootstrap

Last synced: 5 days ago
JSON representation

A themable UI library based on Bootstrap

Awesome Lists containing this project

README

        

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](http://pmsipilot.github.io/ui/#/)

Using the library in your project
---------------------------------

Install with bower

```javascript
bower install pmsipilot-ui --save
```

In your main.less, import the library less file

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

Customize your UI Theme

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