PHPackages                             wirestrap/wirestrap - 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. [Templating &amp; Views](/categories/templating)
4. /
5. wirestrap/wirestrap

ActiveLibrary[Templating &amp; Views](/categories/templating)

wirestrap/wirestrap
===================

Anonymous Blade components for Laravel Livewire.

v0.7.0(1w ago)5354↓50%MITJavaScriptPHP ^8.2CI passing

Since Apr 12Pushed 1w ago1 watchersCompare

[ Source](https://github.com/wirestrap/wirestrap)[ Packagist](https://packagist.org/packages/wirestrap/wirestrap)[ RSS](/packages/wirestrap-wirestrap/feed)WikiDiscussions 0.x Synced 1w ago

READMEChangelog (10)Dependencies (12)Versions (23)Used By (0)

Wirestrap
=========

[](#wirestrap)

Warning

**Wirestrap is still in active development**

This project is `pre-1.0` and may introduce breaking changes at any time without prior notice.

---

Wirestrap is a set of ready-to-use Blade components that covers the parts of a Livewire UI that are time-consuming to get right on your own: modal dialogs, floating elements, custom select, and more.

Each component is built on Alpine.js, ships with its own styles, and keeps external dependencies to a minimum. The goal is to stay simple and flexible: components work out of the box and get out of your way when you need to customize them.

Official documentation
----------------------

[](#official-documentation)

Full documentation on the **[Wirestrap website](https://wirestrap.dev)**.

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

[](#requirements)

- Livewire 4 and its own requirements
- `@floating-ui/dom`

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

[](#installation)

```
composer require wirestrap/wirestrap
```

Install the JS dependency:

```
npm install @floating-ui/dom
```

Import Wirestrap in your JS bundle:

```
import '../../vendor/wirestrap/wirestrap/resources/js/wirestrap.js';
```

Import the stylesheet in your CSS entry point:

```
@import '../../vendor/wirestrap/wirestrap/dist/wirestrap.css';
```

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

[](#configuration)

Publish the config file to set package-wide defaults for every component:

```
php artisan vendor:publish --tag=wirestrap:config
```

Every prop has a corresponding config entry. Set a default once and all instances pick it up. A prop passed directly on a component always takes precedence.

Coding assistants
-----------------

[](#coding-assistants)

Wirestrap ships with a concise Markdown reference covering every component, their props, and their JavaScript API. Point your coding assistant at the docs directly in the vendor folder:

```
vendor/wirestrap/wirestrap/docs/

```

If you prefer to have the docs in your own project, you can publish them:

```
php artisan vendor:publish --tag=wirestrap:docs
```

---

⭐ Star the repo if Wirestrap saves you time!

Made with ☕ by Damien FOSSEY

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance98

Actively maintained with recent releases

Popularity22

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 78.9% 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.

###  Release Activity

Cadence

Every ~2 days

Total

18

Last Release

11d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e37f7059476b0a81a0db87a20b26aa30f65f49d1711ae92853d198615720fa0?d=identicon)[dfossey](/maintainers/dfossey)

---

Top Contributors

[![dfossey](https://avatars.githubusercontent.com/u/66089508?v=4)](https://github.com/dfossey "dfossey (30 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")

---

Tags

laraveluicomponentsbladelivewireFormsalpine

###  Code Quality

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/wirestrap-wirestrap/health.svg)

```
[![Health](https://phpackages.com/badges/wirestrap-wirestrap/health.svg)](https://phpackages.com/packages/wirestrap-wirestrap)
```

###  Alternatives

[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k531.0k21](/packages/robsontenorio-mary)[mati365/ckeditor5-livewire

CKEditor 5 integration for Laravel Livewire

436.8k](/packages/mati365-ckeditor5-livewire)[electrik/slate

Slate - a Laravel Blade UI Kit is a set of anonymous blade components built using TailwindCSS v4 with built-in dark mode support for your next Laravel project

102.4k1](/packages/electrik-slate)

PHPackages © 2026

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