Creating a modal dialog with Alpine.js

1 · Michael Burrows · Aug. 2, 2021, 4:21 a.m.
This is the second in our series of tutorials on the minimal JavaScript framework Alpine.js. In this tutorial we’ll be creating a modal dialog component similar to the one created with vanilla JavaScript in this tutorial. For the purposes of this tutorial you can load the framework via CDN as follows: First add the following […]...