PHPackages                             schaefersoft/laravel-headless-ui - 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. schaefersoft/laravel-headless-ui

ActiveLaravel-package[Templating &amp; Views](/categories/templating)

schaefersoft/laravel-headless-ui
================================

A simple to use, completely unstyled laravel blade ui package.

v1.4.1(1mo ago)21891MITTypeScriptPHP ^8.2CI passing

Since Apr 20Pushed 2d ago1 watchersCompare

[ Source](https://github.com/schaefersoft/laravel-headless-ui)[ Packagist](https://packagist.org/packages/schaefersoft/laravel-headless-ui)[ RSS](/packages/schaefersoft-laravel-headless-ui/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (10)Dependencies (5)Versions (13)Used By (0)

 [   ![SchaeferSoft](https://camo.githubusercontent.com/06c3b35607a260adcd3f884c0fc20377ea309cc686e347f8327ebc3fa29cf6a3/68747470733a2f2f7363686165666572736f66742e63682f5f7374617469632f6c6f676f732f66756c6c5f6c6f676f2f6c696768742f6c6f676f5f66756c6c5f6c696768742e737667)  ](https://schaefersoft.ch)

Laravel HeadlessUI
==================

[](#laravel-headlessui)

[![Tests](https://github.com/schaefersoft/laravel-headless-ui/actions/workflows/tests.yml/badge.svg)](https://github.com/schaefersoft/laravel-headless-ui/actions)[![Total downloads](https://camo.githubusercontent.com/2027a31be8fe6566e4acb90c41f5acfe8d24e5f14eec2fba2a8818487de283ec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7363686165666572736f66742f6c61726176656c2d686561646c6573732d7569)](https://packagist.org/packages/schaefersoft/laravel-headless-ui)[![Latest Version on Packagist](https://camo.githubusercontent.com/8ca247fa18e99b99e8ab8b33df39ff3371b4978dbf670a930db4cc8998d2197f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7363686165666572736f66742f6c61726176656c2d686561646c6573732d7569)](https://packagist.org/packages/schaefersoft/laravel-headless-ui)[![License](https://camo.githubusercontent.com/db352936e29e02234f5302668a04d9a7267ebfa59707518a09331cea52572abc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7363686165666572736f66742f6c61726176656c2d686561646c6573732d7569)](LICENSE)

A collection of completely unstyled, accessible Laravel Blade UI components. Built with performance, customization and accessibility in mind. **No additional JavaScript dependencies required.**

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

[](#requirements)

- PHP 8.2+
- Laravel 10, 11, 12, or 13

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

[](#installation)

```
composer require schaefersoft/laravel-headless-ui
```

The package auto-discovers its service provider. No manual registration needed.

Setup
-----

[](#setup)

Import the required CSS and JS assets in your application.

### CSS

[](#css)

```
@import '../../vendor/schaefersoft/laravel-headless-ui/resources/css/hui.css';

/* If you are using TailwindCSS, append layer(base) */
@import '../../vendor/schaefersoft/laravel-headless-ui/resources/css/hui.css' layer(base);
```

### JS

[](#js)

**Option 1: Pre-built (recommended)**

No TypeScript tooling needed. Works out of the box with any bundler or ``.

```
import '../../vendor/schaefersoft/laravel-headless-ui/dist/js/hui.js'
```

**Option 2: TypeScript source**

Import the TS source directly if your project already has a TypeScript build pipeline (e.g. Vite with `laravel-vite-plugin`).

```
import '../../vendor/schaefersoft/laravel-headless-ui/resources/js/hui.ts'
```

Components
----------

[](#components)

All components use the `x-hui::` Blade prefix and are completely unstyled. Style them with your own CSS or utility classes.

ComponentPreview[Avatar](./docs/avatar.md)[![](./docs/assets/avatar/avatar_01.png)](./docs/assets/avatar/avatar_01.png)[Dropdown](./docs/dropdown.md)[![](./docs/assets/dropdown/dropdown_01.png)](./docs/assets/dropdown/dropdown_01.png)[Dialog](./docs/dialog.md)[![](./docs/assets/dialog/dialog_01.png)](./docs/assets/dialog/dialog_01.png)[Disclosure](./docs/disclosure.md)[![](./docs/assets/disclosure/disclosure_01.png)](./docs/assets/disclosure/disclosure_01.png)[Flyout](./docs/flyout.md)[![](./docs/assets/flyout/flyout_01.png)](./docs/assets/flyout/flyout_01.png)[Range slider](./docs/range-slider.md)[![](./docs/assets/range-slider/range-slider_01.png)](./docs/assets/range-slider/range-slider_01.png)[Tabs](./docs/tabs.md)[![](./docs/assets/tabs/tabs_01.png)](./docs/assets/tabs/tabs_01.png)[Toggle](./docs/toggle.md)[![](./docs/assets/toggle/toggle_01.png)](./docs/assets/toggle/toggle_01.png)[Tooltip](./docs/tooltip.md)[![](./docs/assets/tooltip/tooltip_01.png)](./docs/assets/tooltip/tooltip_01.png)

###  Health Score

47

—

FairBetter than 93% of packages

Maintenance94

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.4% 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 ~1 days

Total

9

Last Release

58d ago

PHP version history (2 changes)1.1.0PHP ^8.4

v1.1.2PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/141330650?v=4)[SchäferSoft](/maintainers/schaefersoft)[@schaefersoft](https://github.com/schaefersoft)

---

Top Contributors

[![TheGodlyLuzer](https://avatars.githubusercontent.com/u/71211303?v=4)](https://github.com/TheGodlyLuzer "TheGodlyLuzer (125 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (15 commits)")[![DGINXREAL](https://avatars.githubusercontent.com/u/47042042?v=4)](https://github.com/DGINXREAL "DGINXREAL (2 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

a11yaccessibilitybladeheadless-uiheadlessuilaravellaravel-packageui-components

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/schaefersoft-laravel-headless-ui/health.svg)

```
[![Health](https://phpackages.com/badges/schaefersoft-laravel-headless-ui/health.svg)](https://phpackages.com/packages/schaefersoft-laravel-headless-ui)
```

###  Alternatives

[moonshine/moonshine

Laravel administration panel

1.3k239.9k76](/packages/moonshine-moonshine)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

721160.4k12](/packages/tallstackui-tallstackui)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.3k449.3k30](/packages/tightenco-jigsaw)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9742.3M121](/packages/roots-acorn)

PHPackages © 2026

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