<aura:component implements="flexipage:availableForRecordHome,force:hasRecordId,lightning:actionOverride" access="global" >
<c:searchContacts/>
</aura:component>
I have created a LWC Component and when I was calling the LWC component . How can I Open LWC as modal/popup instead of display on the complete window.
2 件の回答
Hi ,
Please check this article.
Modal/Popup Lightning Web Component(LWC)
https://www.sfdcpoint.com/salesforce/modal-popup-lightning-web-component-lwc/