Sha256: b46d0640fd262b229f47a79c30916bf26448a4a19faa5d6f3fe5e8fea9bf02cd
Contents?: true
Size: 1.94 KB
Versions: 22
Compression:
Stored size: 1.94 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](http://hummel.link/Ui-Bibz/) for boostrap 4. * See documentation [here](http://hummel.link/Ui-Bibz/1.2.5/) for boostrap 3.
Version data entries
22 entries across 22 versions & 1 rubygems