beacon-user-interface
v1.4.1
Published
Beacon User Interface
Downloads
3
Maintainers
Readme
#BUI - Beacon User Interface
To add BUI styles to bootstrap, just link to the bui-styles.css file in bui-css. The style overrides have been built using bootstrap 3.2.0.
BUI is built to be modular. An application can load regular bootstrap, then when ready, adding override classes will activate the bui style overrides. You can add these override classes to the <html>
tag or localize them to a specific <div>
.
Demo
http://decipher-design.com/bui/
Currently Available Overrides
bui-grid bui-typography bui-icons bui-buttons bui-modals
Installation
To install:
bower install bui
If you do not have Bower installed, install it via
npm
:npm install -g bower
If that didn't work, you probably don't have Node.js installed, so download and install it, then repeat step #2, then repeat step #1. Fun!
Development Installation (for Non-FocusVision Employees)
Clone
$ git clone git://github.com/decipherinc/bui.git && cd bui
Install development dependencies
$ npm install
Build the
.css
files by executing:$ grunt
To automatically compile
.less
files as you work, execute:$ grunt watch:main
Development Installation (for FocusVision Employees)
Ask Christopher Hiller or Dick DeLeon where to clone from, then follow above steps #2-onward.
Notes
TDB
Copyright
2014-2015 FocusVision Worldwide
License
MIT