Awesome
HydePHP UI Kit
About
The HydePHP UI Kit is a collection of minimalistic and un-opinionated TailwindCSS components for Laravel Blade, indented to be used with HydePHP. Note that these components may require CSS classes not present in the bundled app.css file and that you may need to recompile the CSS file using the included Laravel Mix configuration.
Installation
You can install the package via composer:
composer require hyde/ui-kit
Since HydePHP already comes with several built-in views and templates, including a precompiled CSS file to get you started quickly, this package is not required to use HydePHP and is tailored to intermediate-to-advanced users, giving you an excellent productivity boost in kick-starting development of any custom Blade pages.
Usage
Once installed, the package service provider will automatically register the Blade components for you to use.
You can then use the components and layouts when crafting your custom Blade pages. You might also need to recompile the CSS file using the Laravel Mix configuration included with Hyde.
You can see a list of all available components in the documentation.
Contributing
Contributions are welcome. Please see the hydephp/develop monorepo for details.
Security
If you discover any security related issues, please email caen@desilva.se instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.