Modal form blade component

See TallFormInModal

Styling: tall-theme.css

Uses <x-tall-forms::modal />

<x-tall-forms::form-modal
    wire:model="Foo"
    id="<!-- optional -->" 
    :submit="<!-- wire:submit.prevent -->"
    :maxWidth="Styling: tall-theme.css">

    <x-slot name="title">
        
    </x-slot>

    <x-slot name="form">
       
    </x-slot>

    <x-slot name="buttons">

    </x-slot>

</x-tall-forms::form-modal>

Last updated