Sha256: d9c6b441c764667a352fe2bb5af32b8e96c2f21cf6e2d43b1b6247cb8190f020
Contents?: true
Size: 1.95 KB
Versions: 35
Compression:
Stored size: 1.95 KB
Contents
 [](http://badge.fury.io/rb/ui_bibz) [](https://travis-ci.org/thooams/Ui-Bibz) [](https://codeclimate.com/github/thooams/Ui-Bibz) [](https://codeclimate.com/github/thooams/Ui-Bibz) [](http://inch-ci.org/github/thooams/Ui-Bibz) [](https://hakiri.io/github/thooams/Ui-Bibz/master) [](https://gemnasium.com/thooams/Ui-Bibz) This project rocks and uses MIT-LICENSE. # Ui Bibz > Ui Bibz is a [Ui framework](http://fr.wikipedia.org/wiki/Framework_d%27interface) > to allow build an interface very quickly and simply > using [Ruby on Rails 4](http://rubyonrails.org/) and [Boostrap 4](http://getbootstrap.com/). Ui Bibz load [boostrap](http://getbootstrap.com/) and [awesomefont](http://fontawesome.io/). ## Documentation Full documentation is here : [Ui Bibz](http://hummel.link/Ui-Bibz/) ## Installation Add it to your Gemfile For bootstrap v4: ``` gem 'ui_bibz' ``` For bootstrap v3: ``` gem 'ui_bibz', '~> 1.2.5.3' ``` Run the following command to install it: ``` bundle install ``` ## Configuration Put this line in: /app/assets/stylesheets/applications.css ``` *= require ui_bibz ``` Put this line in: /app/assets/javascripts/applications.js ``` //= require ui_bibz ``` Ps: You can use sass variables into Boostrap. ## And after * See documentation [here](https://ui-bibz-documentation.herokuapp.com/) for boostrap 4. * See documentation [here](http://hummel.link/Ui-Bibz/1.2.5/) for boostrap 3.
Version data entries
35 entries across 35 versions & 1 rubygems