parth-vadgama / lx-blade-components
Laravel x-blade components is a component library built to support livewire and tailwind based project.
1.4.1
2022-10-29 09:44 UTC
Requires
- illuminate/console: ^9.35
- illuminate/support: ^9.35
- illuminate/view: ^9.35
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-05-12 15:29:32 UTC
README
Laravel x-blade components is a component library built to support livewire and tailwind based project.
Installation
You can install the package via composer:
composer require parth-vadgama/lx-blade-components
Publish Views
You can publish the views artisan command,
php artisan lx:install
Note: Without publish component html could not load, take a note of that.
List of Components:
- Action
- Buttons
- Form-inputs
- Data-table
- Validation-errors
- Badge
- Bread-crumbs
- Nav-link
- Toast
- Modal
Contributers
License
The MIT License (MIT). Please see License File for more information.