Sha256: 84329a856e6c6a762b907552e3363e45d1611a6bc75f38f1751d807159749b56
Contents?: true
Size: 1.24 KB
Versions: 6
Compression:
Stored size: 1.24 KB
Contents
<p align="center"> <img src="docs/assets/images/logo.png" height=150> </p> # Easy Autocomplete for Ruby on Rails [![CI Tests](https://github.com/josefarias/hotwire_combobox/actions/workflows/ci_tests.yml/badge.svg)](https://github.com/josefarias/hotwire_combobox/actions/workflows/ci_tests.yml) [![Gem Version](https://badge.fury.io/rb/hotwire_combobox.svg)](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" ``` ## 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
6 entries across 6 versions & 1 rubygems