PHPackages                             elegantly/blade-kit - 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. elegantly/blade-kit

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

elegantly/blade-kit
===================

Laravel Blade UI Kit

v3.10.2(3d ago)17.0k↓20.8%1MITBladePHP ^8.2CI passing

Since Nov 10Pushed 3d agoCompare

[ Source](https://github.com/ElegantEngineeringTech/blade-kit)[ Packagist](https://packagist.org/packages/elegantly/blade-kit)[ Docs](https://github.com/ElegantEngineeringTech/blade-kit)[ GitHub Sponsors](https://github.com/ElegantEngineeringTech)[ RSS](/packages/elegantly-blade-kit/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (10)Dependencies (86)Versions (71)Used By (1)

Laravel Blade UI Kit
====================

[](#laravel-blade-ui-kit)

[![Latest Version on Packagist](https://camo.githubusercontent.com/927459c64e4f19367420bf6fb5a827e4aab227ccf97c519b81d760ed4612fce1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656c6567616e746c792f626c6164652d6b69742e737667)](https://packagist.org/packages/elegantly/blade-kit)[![Total Downloads](https://camo.githubusercontent.com/0971f7a2040f71829f5bc8f830c0d7329365c457ba92ab4da111e8909dff3522/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656c6567616e746c792f626c6164652d6b69742e737667)](https://packagist.org/packages/elegantly/blade-kit)[![Tests](https://github.com/ElegantEngineeringTech/blade-kit/actions/workflows/run-tests.yml/badge.svg)](https://github.com/ElegantEngineeringTech/blade-kit/actions/workflows/run-tests.yml)[![Laravel Pint](https://github.com/ElegantEngineeringTech/blade-kit/actions/workflows/pint.yml/badge.svg)](https://github.com/ElegantEngineeringTech/blade-kit/actions/workflows/pint.yml)[![PHPStan](https://github.com/ElegantEngineeringTech/blade-kit/actions/workflows/phpstan.yml/badge.svg)](https://github.com/ElegantEngineeringTech/blade-kit/actions/workflows/phpstan.yml)

A simple UI kit for Laravel. Based on Tailwind and AlpineJS.

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

[](#installation)

You can install the package via composer:

```
composer require elegantly/blade-kit
```

To make it work with tailwindcss v4, you must add the following lines to your `app.css`.

```
@import "../../vendor/elegantly/blade-kit/resources/css/styles.css";
@source "../../vendor/elegantly/blade-kit/resources/views/**/*.blade.php";
```

You can publish the config file with:

```
php artisan vendor:publish --tag="blade-kit-config"
```

This is the contents of the published config file:

```
return [
 //
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="blade-kit-views"
```

Usage
-----

[](#usage)

```
 Button
```

Testing
-------

[](#testing)

You can see all components by running:

```
bun run dev
```

and

```
composer serve
```

You can run test with:

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Quentin Gabriele](https://github.com/QuentinGab)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

54

—

FairBetter than 96% of packages

Maintenance99

Actively maintained with recent releases

Popularity26

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~9 days

Recently: every ~3 days

Total

69

Last Release

3d ago

Major Versions

v0.0.2 → v1.0.02024-11-10

v1.0.16 → v2.0.02025-06-01

v2.0.5 → v3.0.02025-09-27

### Community

Maintainers

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

---

Top Contributors

[![QuentinGab](https://avatars.githubusercontent.com/u/40128136?v=4)](https://github.com/QuentinGab "QuentinGab (118 commits)")

---

Tags

csslaravellaravel-bladetailwindcssuikitlaravelbladeElegantlyblade-kit

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/elegantly-blade-kit/health.svg)

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

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[spatie/laravel-blade-comments

Add debug comments to your rendered output

180335.8k](/packages/spatie-laravel-blade-comments)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

44855.7k](/packages/harris21-laravel-fuse)[mallardduck/blade-lucide-icons

A package to easily make use of Lucide icons in your Laravel Blade views.

101926.8k35](/packages/mallardduck-blade-lucide-icons)[elegantly/laravel-translator

All on one translations management for Laravel

6333.1k](/packages/elegantly-laravel-translator)

PHPackages © 2026

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