inertiajs / pingcrm

A demo application to illustrate how Inertia.js works.
http://demo.inertiajs.com
MIT License
2.14k stars 779 forks source link

Feature Request : Modals Classes Prop Merge #196

Closed prezire closed 6 months ago

prezire commented 1 year ago

It would be nice to have a mergeable classes prop for both Modal and ConfirmationModal. I was thinking of having something like this to align them vertically, for example:

<Modal classes="absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2" :show="showModal" @close="showModal = false">
    <div class="p-3">
      Hello World
    </div>
</Modal>

Please let me know if there's a better way to do this.

driesvints commented 6 months ago

Might be better to open up an idea on the discussions tab of https://github.com/inertiajs/inertia/discussions