Salesforce Lightning Web Component Modal Pop Up
LightningModal can be used in the Salesforce Lightning Web Component for Modal Pop Up window. Sample Code: Modal Lightning Web Component(Name:popUpComponent): HTML: <template> <lightning-modal-header label="Heading"> </lightning-modal-header> <lightning-modal-body> {content} </lightning-modal-body> <lightning-modal-footer> ....