This package is abandoned and no longer maintained. No replacement package was suggested.

A set of Blade components for creating consistent, composable interfaces.

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Language:Blade

0.1.2 2021-01-06 17:57 UTC

This package is auto-updated.

Last update: 2024-03-07 01:08:45 UTC


README

(pronounced: hū-ē, hyoo-ee or like Huey Lewis and The News)

A minimal collection of Laravel Blade components to assist in building composable and consistent server-rendered UI.

Installation

Please note: Installation should only be performed on a fresh Laravel project, as it may clobber certain files such as resources/css/app.css or webpack.mix.js.

You can install the package via composer:

composer require ambitionworks/hui

You can then run the install command:

php artisan hui:install

Documentation