Sha256: b46d0640fd262b229f47a79c30916bf26448a4a19faa5d6f3fe5e8fea9bf02cd

Contents?: true

Size: 1.94 KB

Versions: 22

Compression:

Stored size: 1.94 KB

Contents

![Ui Bibz logo](https://raw.githubusercontent.com/thooams/Ui-Bibz/gh-pages/ui-bibz-logo-without-border.gif)

[![Gem Version](https://badge.fury.io/rb/ui_bibz.svg)](http://badge.fury.io/rb/ui_bibz)
[![Build Status](https://travis-ci.org/thooams/Ui-Bibz.svg)](https://travis-ci.org/thooams/Ui-Bibz)
[![Code Climate](https://codeclimate.com/github/thooams/Ui-Bibz/badges/gpa.svg)](https://codeclimate.com/github/thooams/Ui-Bibz)
[![Test Coverage](https://codeclimate.com/github/thooams/Ui-Bibz/badges/coverage.svg)](https://codeclimate.com/github/thooams/Ui-Bibz)
[![Inline docs](http://inch-ci.org/github/thooams/Ui-Bibz.svg?branch=master)](http://inch-ci.org/github/thooams/Ui-Bibz)
[![security](https://hakiri.io/github/thooams/Ui-Bibz/master.svg)](https://hakiri.io/github/thooams/Ui-Bibz/master)
[![Dependency Status](https://gemnasium.com/thooams/Ui-Bibz.svg)](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

Version Path
ui_bibz-2.0.0.beta2.4 README.md
ui_bibz-2.0.0.beta2.3 README.md
ui_bibz-2.0.0.beta2.2 README.md
ui_bibz-2.0.0.beta2.1 README.md
ui_bibz-2.0.0.beta2 README.md
ui_bibz-2.0.0.alpha32 README.md
ui_bibz-2.0.0.alpha31 README.md
ui_bibz-2.0.0.alpha30 README.md
ui_bibz-2.0.0.alpha29 README.md
ui_bibz-2.0.0.alpha28 README.md
ui_bibz-2.0.0.alpha27 README.md
ui_bibz-2.0.0.alpha26 README.md
ui_bibz-2.0.0.alpha24 README.md
ui_bibz-2.0.0.alpha23 README.md
ui_bibz-2.0.0.alpha22 README.md
ui_bibz-2.0.0.alpha21 README.md
ui_bibz-2.0.0.alpha20 README.md
ui_bibz-2.0.0.alpha19 README.md
ui_bibz-2.0.0.alpha18 README.md
ui_bibz-2.0.0.alpha16 README.md