Sha256: d7b3e4958ff9b1568c9f9a69ac3b8d630af580d60d88db78cf1a13eea06ad70c

Contents?: true

Size: 653 Bytes

Versions: 1

Compression:

Stored size: 653 Bytes

Contents

# SakuraRails
Short description and motivation.

## Usage
How to use my plugin.

## Installation
Add this line to your application's Gemfile:

```ruby
gem 'spiral_form'
```

And then execute:
```bash
$ bundle install
```

Or install it yourself as:
```bash
$ gem install spiral_form
```

app/assets/stylesheets/application.scss

```scss
@import 'spiral_form';
 ```

app/assets/javascripts/application.js

```js
//=require spiral_form
 ```

view_file
```erb
<%= spiral_form %>
```

## Contributing
Contribution directions go here.

## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spiral_form-0.1.1 README.md