PHPackages                             justinbyrne/a-bunch-of-livewire-components - 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. justinbyrne/a-bunch-of-livewire-components

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

justinbyrne/a-bunch-of-livewire-components
==========================================

As the title suggests it, this is a bunch of Livewire components that can be reused in any Laravel app.

00PHP

Since Oct 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/JustinByrne/a-bunch-of-livewire-components)[ Packagist](https://packagist.org/packages/justinbyrne/a-bunch-of-livewire-components)[ RSS](/packages/justinbyrne-a-bunch-of-livewire-components/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

A Bunch Of Livewire Components
==============================

[](#a-bunch-of-livewire-components)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b295bfc622cf1e4151ba4d28ee7cfbf9cf154a898e18320577ab3d297cf3889d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6a757374696e6279726e652f612d62756e63682d6f662d6c697665776972652d636f6d706f6e656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/justinbyrne/a-bunch-of-livewire-components)[![GitHub Tests Action Status](https://camo.githubusercontent.com/9c7ce8c703c0fbdc76f8831db4ec7a26af5e5ede4f5b37730c843b1635305bd5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6a757374696e6279726e652f612d62756e63682d6f662d6c697665776972652d636f6d706f6e656e74732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/justinbyrne/a-bunch-of-livewire-components/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/1cbfa30db1235a8abd96c0ef0ee385c0552555087a37d5f54feffc52db5729b0/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6a757374696e6279726e652f612d62756e63682d6f662d6c697665776972652d636f6d706f6e656e74732f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/justinbyrne/a-bunch-of-livewire-components/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/1498cec503fcf3a2947b366d2a37b64923c4214545432690f8243b3ea5a05375/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6a757374696e6279726e652f612d62756e63682d6f662d6c697665776972652d636f6d706f6e656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/justinbyrne/a-bunch-of-livewire-components)

As the title suggests it, this is a bunch of Livewire components that can be reused in any Laravel app.

Requirements
------------

[](#requirements)

- Laravel 9.x
- Tailwind CSS
- Tailwind CSS Forms plugin
- Alpine.js

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

[](#installation)

You can install the package via composer:

```
composer require justinbyrne/a-bunch-of-livewire-components
```

You can publish the config file with:

```
php artisan vendor:publish --tag="a-bunch-of-livewire-components-config"
```

The tailwind config will either need the vendor dir config file added of the published one.

```
// tailwind.config.js
module.exports = {
  content: {
    "./vendor/justinbyrne/a-bunch-of-livewire-components/config/a-bunch-of-livewire-components.php",
    // ...
  },
}
```

Components
----------

[](#components)

### Autocomplete

[](#autocomplete)

[![](https://raw.githubusercontent.com/JustinByrne/resources/main/a-bunch-of-livewire-components/autocomplete.jpg)](https://raw.githubusercontent.com/JustinByrne/resources/main/a-bunch-of-livewire-components/autocomplete.jpg)

```
@livewire('abolc-autocomplete', ['model' => 'App\Models\User'])
```

parameterValue typedefaultmodelmodel class e.g. `App\Models\User``null`nameform input name parameter vaule e.g. `user_id``null`displaythe value from the model to display`name`valuethe value from the model to save`id`labelthe input box label text`Search`

###  Health Score

13

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/eb9fc78c7d359954860c95d4ed559107ba2f0b050e0aa412674a3eeeceb618d3?d=identicon)[JustinByrne](/maintainers/JustinByrne)

---

Top Contributors

[![JustinByrne](https://avatars.githubusercontent.com/u/14056930?v=4)](https://github.com/JustinByrne "JustinByrne (30 commits)")

### Embed Badge

![Health badge](/badges/justinbyrne-a-bunch-of-livewire-components/health.svg)

```
[![Health](https://phpackages.com/badges/justinbyrne-a-bunch-of-livewire-components/health.svg)](https://phpackages.com/packages/justinbyrne-a-bunch-of-livewire-components)
```

###  Alternatives

[ezsystems/ezplatform-matrix-fieldtype

Repository dedicated to Matrix Field Type for eZ Platform

25633.6k11](/packages/ezsystems-ezplatform-matrix-fieldtype)[cobweb/external_import

Tool for importing data from external sources into the TYPO3 database, using an extended TCA syntax. Provides a BE module, a Scheduler task, a command-line tool, reactions and an API.

23369.4k10](/packages/cobweb-external-import)[terminal42/contao-folderpage

Provides a new page type for Contao that allows you to group pages into folders.

18147.9k9](/packages/terminal42-contao-folderpage)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
