Modal blade component

Based on Jetstream modal but with styles in tall-theme.css

Styling: tall-theme.css

Requires: Alpine Focus plugin, see requirements on the Overview page.

<x-tall-forms::modal 
    :id="<!-- optional -->" 
    :maxWidth="<!-- sm, md, lg, xl, 2xl -->">

    <!-- slot -->
    
</x-tall-forms::modal>

Last updated