Sha256: 41aa70f4727d903dbbddb8968b23f97dca9138f55ad37075ca920b6eee2fc8e9
Contents?: true
Size: 1.34 KB
Versions: 1
Compression:
Stored size: 1.34 KB
Contents
<p align="center"> <img src="docs/assets/images/logo.png" height=150> </p> # Easy Autocomplete for Ruby on Rails [](https://github.com/josefarias/hotwire_combobox/actions/workflows/ci_tests.yml) [](https://badge.fury.io/rb/hotwire_combobox) > [!IMPORTANT] > HotwireCombobox is at an early stage of development. It's nearing a beta release, but the API might change and bugs are expected. Please continue to use the library and report any issues in the GitHub repo. ## Installation Add this line to your application's Gemfile and run `bundle install`: ```ruby gem "hotwire_combobox" ``` Only apps that use importmaps are currently supported. Suport for other JS solutions is in progress. ## Docs <p align="center"> <img src="docs/assets/images/docs-preview.png" height=500> </p> Visit [the docs site](https://hotwirecombobox.com/) for a demo and detailed documentation. If the site is down, you can run the docs locally by cloning [the docs repo](https://github.com/josefarias/hotwire_combobox_docs). ## Contributing Please read [CONTRIBUTING.md](./CONTRIBUTING.md). ## 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 |
---|---|
hotwire_combobox-0.1.33 | README.md |