Modal/Popup in Lightning Web Component (LWC)
In this post we will talk about how to create modal/Popup in Lightning web Component (LWC). Currently “lightning:overlayLib” is not available in Lightning Web Component, the only way to show modals and popups is through styling and making a custom html modal. What is Modal / Popup in Lightning Web...