https://github.com/pmsipilot/ui
A themable UI library based on Bootstrap
https://github.com/pmsipilot/ui
bootstrap
Last synced: about 1 year ago
JSON representation
A themable UI library based on Bootstrap
- Host: GitHub
- URL: https://github.com/pmsipilot/ui
- Owner: pmsipilot
- License: mit
- Created: 2014-10-17T09:39:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T14:49:23.000Z (over 4 years ago)
- Last Synced: 2025-06-11T21:57:15.072Z (about 1 year ago)
- Topics: bootstrap
- Language: Less
- Homepage: http://pmsipilot.github.io/ui/
- Size: 1.73 MB
- Stars: 8
- Watchers: 13
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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);
}
```