Sha256: 74b41ff9474d7fa879d5832ec77ba70758fdec12eb49eef27a2c73b990e4b6f2

Contents?: true

Size: 826 Bytes

Versions: 1

Compression:

Stored size: 826 Bytes

Contents

# Unirer Bootstrap

[![License](https://img.shields.io/badge/license-MIT-green.svg)](http://opensource.org/licenses/MIT)

Unirer (UNIfied Resource Representation) is a series of resource representation engines. The Bootstrap resource representation engine includes Bootstrap-based resource representation templates & snippets.
Unirer (统一资源表现)是一系列的资源表现引擎。Bootstrap 资源表现引擎包括基于Bootstrap的资源表现模版和片段。

## Usage in Gemfile:
```ruby
gem 'unirer-bootstrap'
```

## Include the Concern in Controllers & Respond the Calls:
```erb
<%= render partial: 'unirer/bootstrap/script' %>
<%= render partial: 'unirer/bootstrap/style'  %>
<%= render partial: 'unirer/bootstrap/form_field', locals: { model: model, form: f, name: :phone_number, type: :tel_field } %>
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
unirer-bootstrap-0.1 README.md