Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pmsipilot/ui
- Owner: pmsipilot
- License: mit
- Created: 2014-10-17T09:39:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T14:49:23.000Z (almost 3 years ago)
- Last Synced: 2024-11-01T18:04:15.274Z (18 days 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);
}
```