PHPackages                             mrjokermr/livewire-multi-select - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mrjokermr/livewire-multi-select

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mrjokermr/livewire-multi-select
===============================

v0.5.7(4mo ago)1228PHPPHP ^8.2

Since Oct 9Pushed 4mo agoCompare

[ Source](https://github.com/mrjokermr/livewire-multi-select)[ Packagist](https://packagist.org/packages/mrjokermr/livewire-multi-select)[ RSS](/packages/mrjokermr-livewire-multi-select/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (2)Versions (14)Used By (0)

Livewire Multi Select
=====================

[](#livewire-multi-select)

A simple, yet powerful, multi-select component for Livewire 3. It uses native inline CSS for out-of-the-box compatibility but is fully customizable with your own CSS classes.

Installation
------------

[](#installation)

Install the package via composer:

```
composer require mrjokermr/livewire-multi-select
```

Publish the configuration file to customize the component's appearance and behavior. This is a recommended step.

```
php artisan vendor:publish --tag=multi-select-config
```

This will create a `config/multi-select.php` file in your application.

Configuration
-------------

[](#configuration)

The published `config/multi-select.php` file allows you to set default behaviors and styling.

```
