I published the beta release of Inertia Modal π₯
For now, it's just the Vue version. Next week, I'll release the React version. You can find the repo, docs, and examples in the posts below π

Pascal Baljet
@pascalbaljet
Full-stack Laravel developer and open-source enthusiast. Building software at Protone Media.
β’ β’ 189 Posts β’ 4K Views
I did an awful lot of work on the Inertia Form this week, but I didn't manage to post anything here. It's coming along nicely, and I've got some big news coming up, but more on that later! π
Also, in case you missed it, last week the Laracasts course I recorded went live! πΊ
The "Crafting Vue Modals" course is now live on Laracasts! π
This was so much fun to record, and I'm happy it covers many topics. Not just the VILT stack but also Dusk E2E testing and a deep dive into Inertia.js + Laravel's Routing. Check it out! β¬οΈ
laracasts.com/series/crafting-vue-modals
Already posted this in the private Table repo, but after the launch of Inertia Form, I'll migrate the Modal and Table package to Tailwind v4 and TypeScript.
I'll also reuse some elements from the Form package, like the date picker, now based on Reka UI (fascinating library!)
Ever tried to debug an element in your web inspector that closes when you click away? π©
This little checkbox, βEmulate a focused pageβ, lets you inspect dropdowns, popovers, etc. with ease π§
Ever needed to stack two HTML elements on top of each other? π€
You might reach for absolute positioning, but today I learned you can do it with CSS Grid too! Just place both elements in the same grid cell β¬οΈ