wahdam/livewire-modal

There is no license information available for the latest version (0.0.1) of this package.

0.0.1 2022-01-14 12:26 UTC

This package is auto-updated.

Last update: 2024-09-14 18:53:20 UTC


README

Extends livewire class to

Wahdam\LivewireModal\LivewireModal;
    public function title()
    {
        return 'The title for modal';
    }

    public function content()
    {
        // view for content modal
        return 'livewire.test-modal';
    }