Sha256: 67d05138da337cb20f41a33be7d9a6ca6341a24ebb475a667a26384a9c7e6f33

Contents?: true

Size: 1.28 KB

Versions: 1

Compression:

Stored size: 1.28 KB

Contents

# Bootstrap Component Helper

This is a simple gem that wraps some components of Bootstrap. It provides unified components using helpers, faces to someone isn't very familiar with HTML and CSS or doesn't like using them throughout the pages such as some CRM projects.

It's compatible with Rails 4+ and Bootstrap 2.3.2.

## Installation

**Notice**: This gem has included [bootstrap-sass](https://github.com/thomas-mcdonald/bootstrap-sass) and [bootstrap-modal-rails](https://github.com/vicentereig/bootstrap-modal-rails) for you.

Add this line to your application's Gemfile:

    gem 'bootstrap-component-helper', '~> 0.2.3'

And then execute:

    $ bundle install

Add assets

Execute the installation generator:

    $ rails g bootstrap:component_helper:install

## Usage

Visit [Examples](http://bigxiang.github.io/bootstrap-component-helper) and read the comments of app/helpers/*.rb, A dummy Rails project had been added to test directory. In order to use it:

1. `$ cd test/dummy`
2. `$ rails s`
3. access `http://localhost:3000` to view examples locally.

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap-component-helper-0.2.3.2 README.md