No description
Find a file
Trevor Vallender 37455d3635 Better versioning
2026-02-15 17:08:10 +00:00
.forgejo/workflows Better versioning 2026-02-15 17:08:10 +00:00
lib Better versioning 2026-02-15 17:08:10 +00:00
vendor/assets Automate building gem 2024-12-12 20:28:40 +00:00
.gitignore Better versioning 2026-02-15 17:08:10 +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 Better versioning 2026-02-15 17:08:10 +00:00
slim_select_rails.gemspec Better versioning 2026-02-15 17:08:10 +00:00

SlimSelectRails

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

Note the respository contains no Slim Select code—it is simply a script, run in Forgejo Actions, to automatically package it as a gem.

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 here.

License

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