PenguBlade is a collection of Blade components designed to enhance your Laravel applications with beautiful and functional UI elements. Built with Livewire and Tailwind CSS, PenguBlade provides a seamless development experience for creating interactive and dynamic user interfaces.
You can install the package via Composer:
composer require realzone22/pengublade
To use a PenguBlade component, you first need to publish it:
# For all components
php artisan vendor:publish --tag=pengublade-components
# For a specific component (e.g. Button)
php artisan vendor:publish --tag=pengublade-components-button
This will publish the Blade component to your resources/views/components
directory. You can then include the component
in your Blade views like so:
<x-button>
Click me
</x-button>
More detailed usage instructions for each component can be found in the documentation.
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.