akhaled / laravel-hybrid-components
Use Laravel components built with Tailwind and Livewire
0.0.6-beta
2020-12-22 14:22 UTC
Requires
- php: >=7.4
- illuminate/support: >=8.0.0
- illuminate/view: >=8.0.0
- livewire/livewire: ^2.3
Requires (Dev)
- orchestra/testbench: >=6.0.0
- orchestra/testbench-dusk: ^6.7
- phpunit/phpunit: ~9.0.0
This package is auto-updated.
Last update: 2024-11-22 23:05:07 UTC
README
-- UNDER CONSTRUCTION --
Laravel components build with Tailwind, AlpineJS and Livewire
Buttons
Base button
<x-hybrid-button>
Delete
</x-hybrid-button>
Modal
Base modal
<x-hybrid-modal times="true" cancel="true" confirm="false" open-on-init="false"> <x-hybrid-button color="green"> Open modal </x-hybrid-button> <x-slot name="title"> My first modal </x-slot> <x-slot name="content"> Content goes here </x-slot> <x-slot name="footer"> <x-hybrid-button color="orange">Another action button</x-hybrid-button> </x-slot> </x-hybrid-modal>