Continuing on the LWC train from our talk on [pagination](/blog/joys-of-apex/lwc-composable-pagination) comes this post on creating a reusable modal, or pop-up, as a Lightning Web Component. Modals, by themselves, have complicated requirements for both accessibility and UX; they must block-off the rest of the screen, for example. It's good practice for a modal to control the page's focus until it is closed. How can we build a composable modal, or one whose implementation is not tied to the ex...| www.jamessimone.net