mn/laravel-components

Laravel Blade and Livewire components styled with Tailwind CSS


Keywords
components, laravel, blade, tailwindcss, livewire, alpinejs
License
MIT

Documentation

Laravel Blade and Livewire components styled with TailwindCSS

Latest Version on Packagist GitHub Tests Action Status Total Downloads

Installation

You can install the package via composer:

composer require mn/laravel-components

You can publish the config file with:

php artisan vendor:publish --provider="MN\MnComponentsServiceProvider" --tag="config"

Usage

FilePond

Currently the FilePond component can only be used inside a livewire component.

<x-mn-filepond wire:model="file" />

Apex Charts

Trix

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.