Popover Dialog using Aura Lightning Component
Primary component:<aura:component implements="force:appHostable" > <aura:attribute name="showBool" type="boolean" default="false"/> <lightning:card> <a onmouseover="{!c.show}">View</a><br/> <aura:if isTrue="{!v.showBool}"> <section aria-describedby="dialog-body-id-98" aria-labelledby="dialog-heading-id-103" class="slds-popover ....