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.
The HydePHP UI Kit is still in development and is not yet ready for production use. All components including their names can and probably will be changed.
Versions in the 0.x range are considered unstable and may contain breaking changes.
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.
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.
Please see the hydephp/develop monorepo for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
There are no backwards compatibility guarantees other than what is implicitly offered through the HydePHP packages requiring this package.
The MIT License (MIT). Please see License File for more information.