beacon-user-interface v1.4.1
#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-modalsInstallation
To install:
bower install buiIf you do not have Bower installed, install it via
npm:npm install -g bowerIf 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 buiInstall development dependencies
$ npm installBuild the
.cssfiles by executing:$ gruntTo automatically compile
.lessfiles 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
Author
11 years ago