Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrisdicarlo/livewire-typeahead
https://github.com/chrisdicarlo/livewire-typeahead
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chrisdicarlo/livewire-typeahead
- Owner: chrisdicarlo
- License: mit
- Created: 2021-04-24T18:53:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T05:43:02.000Z (about 1 year ago)
- Last Synced: 2024-04-28T04:03:24.878Z (7 months ago)
- Language: Blade
- Size: 35.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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.