realzone22/pengublade

Blade components for Penguin UI


Keywords
laravel, blade, livewire, pengublade
License
MIT

Documentation

PenguBlade

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

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.

Installation

You can install the package via Composer:

composer require realzone22/pengublade

Usage

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.

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.