Sha256: 91c5ec9073a39c6b569d23f306be724ba447f52ced216fc367f0c36ffa71dc7c

Contents?: true

Size: 1.25 KB

Versions: 4

Compression:

Stored size: 1.25 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"
```

Only apps that use importmaps are currently supported. Suport for other JS solutions is in progress.

## Docs

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

4 entries across 4 versions & 1 rubygems

Version Path
hotwire_combobox-0.1.37 README.md
hotwire_combobox-0.1.36 README.md
hotwire_combobox-0.1.35 README.md
hotwire_combobox-0.1.34 README.md