webup/helium-ui

Helium UI components

dev-main 2023-10-11 12:00 UTC

README

Latest Version on Packagist run-tests Fix PHP code style issues Total Downloads

Helium UI publishes reusable TALL components.

Requirements

composer require ryangjchandler/blade-tabler-icons
npm install @alpine-collective/toolkit @alpinejs/mask alpinejs notyf

Installation

You can install the package via composer:

composer require webup/helium-ui

You can publish the views using

php artisan vendor:publish --tag="helium-ui-views"

Those views require some assets, publishable with:

php artisan vendor:publish --tag="helium-ui-assets"

Usage

<div>
    <x-hui::wip />
</div>

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.