Hotwire Combobox
Short description and motivation.
Usage
How to use my plugin.
Installation
Add this line to your application's Gemfile:
gem "hotwire_combobox", require: "combobox"
And then execute:
$ bundle
Or install it yourself as:
$ gem install hotwire_combobox
Contributing
Setup
$ bin/setup
Running the tests
$ bundle exec rake app:test
$ bundle exec rake app:test:system
Running the dummy app
$ bin/rails s
Releasing
- Bump the version in
lib/hotwire_combobox/version.rb
- Run
bundle exec rake release
License
The gem is available as open source under the terms of the MIT License.