presleyd / alpinejs-select

83 stars 19 forks source link

alpinejs-select

A reusable Laravel blade component for use with Laravel Livewire for select search functionality similar to Chosen, Select2, and others except built entirely with Alpine.js

Usage

Place the blade file wherever you store your blade components (/resources/views/components)

Place it into your blade file and pass in the necesary props.

You may also pass in the following attributes:

<x-select-search :data="$departments" wire:model="values" placeholder="Select something!" multiple/>

Todos