All Projects → thooams → Ui Bibz

thooams / Ui Bibz

Licence: mit
Ui Frameworks based on Bootstrap and Ruby on Rails

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Ui Bibz

Milog
Milog 是一基于 Ruby on Rails 的个人博客网站
Stars: ✭ 24 (+166.67%)
Mutual labels:  rails
Rails Erd D3
Ruby gem for creating entity–relationship diagram with D3.js for your Rails application 📊
Stars: ✭ 25 (+177.78%)
Mutual labels:  rails
Ridgepole
Ridgepole is a tool to manage DB schema. It defines DB schema using Rails DSL, and updates DB schema according to DSL. (like Chef/Puppet)
Stars: ✭ 840 (+9233.33%)
Mutual labels:  rails
Rails5 Api Starter
RESTful API Starter Kit based on Rails 5
Stars: ✭ 24 (+166.67%)
Mutual labels:  rails
Muscle man
💪🏻It is a chatbot which can receive your practice record!
Stars: ✭ 25 (+177.78%)
Mutual labels:  rails
Auto Matching
Integrated Deai Engine(IDE: 統合出会い系エンジン)
Stars: ✭ 26 (+188.89%)
Mutual labels:  rails
Datagrid
Gem to create tables grids with sortable columns and filters
Stars: ✭ 921 (+10133.33%)
Mutual labels:  rails
Ui Box
Blazing Fast React UI Primitive
Stars: ✭ 847 (+9311.11%)
Mutual labels:  ui-components
Dotenv sekrets
Seamlessly encrypt/decrypt/edit your rails Dotenv files with the help of the Sekrets gem
Stars: ✭ 25 (+177.78%)
Mutual labels:  rails
Adminpanel
This gem has the goal to act as the administration panel for your resources, so you can focus only on the public part of your app
Stars: ✭ 7 (-22.22%)
Mutual labels:  rails
Rails Routes
Enable config/routes/*.rb on your Rails application.
Stars: ✭ 24 (+166.67%)
Mutual labels:  rails
Active decorator
ORM agnostic truly Object-Oriented view helper for Rails 4, 5, and 6
Stars: ✭ 928 (+10211.11%)
Mutual labels:  rails
Refraction
Collection of React components used at Quid
Stars: ✭ 27 (+200%)
Mutual labels:  ui-components
Best Practices Badge
🏆Core Infrastructure Initiative Best Practices Badge
Stars: ✭ 928 (+10211.11%)
Mutual labels:  rails
Eva
💫Customizable Design System easily adaptable to your Brand.
Stars: ✭ 843 (+9266.67%)
Mutual labels:  ui-components
Tinderclone
Android UI clone of the official Tinder ❤ app
Stars: ✭ 24 (+166.67%)
Mutual labels:  ui-components
Feathersui Starling
User interface components for Starling Framework and Adobe AIR
Stars: ✭ 934 (+10277.78%)
Mutual labels:  ui-components
Invisible captcha
🍯 Unobtrusive and flexible spam protection for Rails apps
Stars: ✭ 851 (+9355.56%)
Mutual labels:  rails
Serve
Serve is a small Rack-based web server and rapid prototyping framework for Web applications (specifically Rails apps). Serve is meant to be a lightweight version of the Views part of the Rails MVC. This makes Serve an ideal framework for prototyping Rails applications or creating simple websites. Serve has full support for Rails-style partials and layouts.
Stars: ✭ 844 (+9277.78%)
Mutual labels:  rails
Human attribute values
Translation of attribute values in rails
Stars: ✭ 7 (-22.22%)
Mutual labels:  rails

Ui Bibz logo

Gem Version Build Status Code Climate Test Coverage Inline docs security Dependency Status

This project rocks and uses MIT-LICENSE.

Ui Bibz

Ui Bibz is a Ui framework to allow build an interface very quickly and simply using Ruby on Rails 4 and Boostrap 4.

Ui Bibz load boostrap and awesomefont.

Documentation

Full documentation is here : 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 for boostrap 4.
  • See documentation here for boostrap 3.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].