0.0.3 • Published 1 year ago

shepherd-rails v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Shepherd-Rails

A modern wrapper for using Shepherd.js with Ruby on Rails.

Installation

1. Add this line to your application's Gemfile:

gem "shepherd-rails"

2. Then execute:

$ bundle

1.1. Or install it yourself as:

$ gem install shepherd-rails

3. Generate an initializer with:

bundle exec rails generate shepherd_rails

4. Then you need to install the JavaScript package:

$ yarn add shepherd-rails

5. Import the stimulus controller to your controllers entry-point (eg: app/javascript/controllers/index.js):

import ShepherdRails from "shepherd-rails"
application.register("shepherd-rails", ShepherdRails)

Usage

ShepherdRails is a fairly opinionated way to use ShepherdJs. If you have suggestions/requests for alternative flows, feel free open an issue.

Dependencies

🙏🏻 Contributing

If you have an issue you'd like to submit, please do so using the issue tracker in GitHub. For us to help you in the best way possible, please be as detailed as you can.

📝 License

The gem is available as open source under the terms of the MIT License.

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago