Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chrisdicarlo/livewire-typeahead


https://github.com/chrisdicarlo/livewire-typeahead

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Livewire Typeahead

[![Latest Version on Packagist](https://img.shields.io/packagist/v/chrisdicarlo/livewire-typeahead.svg?style=flat-square)](https://packagist.org/packages/chrisdicarlo/livewire-typeahead)
[![GitHub Tests Action Status](https://img.shields.io/github/workflow/status/chrisdicarlo/livewire-typeahead/run-tests?label=tests)](https://github.com/chrisdicarlo/livewire-typeahead/actions?query=workflow%3Arun-tests+branch%3Amaster)
[![GitHub Code Style Action Status](https://img.shields.io/github/workflow/status/chrisdicarlo/livewire-typeahead/Check%20&%20fix%20styling?label=code%20style)](https://github.com/chrisdicarlo/livewire-typeahead/actions?query=workflow%3A"Check+%26+fix+styling"+branch%3Amaster)
[![Total Downloads](https://img.shields.io/packagist/dt/chrisdicarlo/livewire-typeahead.svg?style=flat-square)](https://packagist.org/packages/chrisdicarlo/livewire-typeahead)

A simple implementation of a typeahead using Livewire and AlpineJS.

[See the blog post that goes into detail how this works](https://chrisdicarlo.ca/blog/-alpinejs-and-livewire-autocomplete/)

## Installation

You can install the package via composer:

```bash
composer require chrisdicarlo/livewire-typeahead
```

## Testing

```bash
composer test
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Credits

- [Chris Di Carlo](https://github.com/chrisdicarlo)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.