No description
Find a file
2026-02-13 19:55:20 +00:00
.github/workflows forgejo actions compatibility 2026-02-13 19:55:20 +00:00
lib Better versioning 2024-12-20 17:56:23 +00:00
vendor/assets Automate building gem 2024-12-12 20:28:40 +00:00
.gitignore Correct sed in workflow 2024-12-12 21:23:32 +00:00
CHANGELOG.md Initial commit 2024-12-10 21:14:31 +00:00
Gemfile Initial commit 2024-12-10 21:14:31 +00:00
LICENSE.txt Initial commit 2024-12-10 21:14:31 +00:00
Rakefile Initial commit 2024-12-10 21:14:31 +00:00
README.md Initial commit 2024-12-10 21:14:31 +00:00
slim_select_rails.gemspec forgejo actions compatibility 2026-02-13 19:55:20 +00:00

SlimSelectRails

This gem packages up the excellent Slim Select for easy use within Rails.

Installation

Add slim_select_rails to your Gemfile and run bundle install as normal.

If youre using import maps, run ./bin/rails slim_select_rails:install.

If you're not using import maps, youll need to add the appropriate references to the JavaScript and CSS in this gem.

Usage

If youve installed with import maps, you can import into your Stimulus controllers with import SlimSelect from slim-select.

Bug reports and pull requests are welcome on GitHub at https://github.com/tsvallender/slim_select_rails.

License

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