Created
March 17, 2022 12:42
-
-
Save srujan21/c90d8b9bd38f313e5fe10c2e1203842b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
test SF to Everyone (6:11 PM) | |
<section role="dialog" tabindex="-1" aria-labelledby="modal-heading-01" aria-modal="true" | |
aria-describedby="modal-content-id-1" class="slds-modal slds-fade-in-open"> | |
<div class="slds-modal__container"> | |
<header class="slds-modal__header"> | |
<lightning:buttonIcon iconName="utility:close" alternativeText="close" | |
variant="bare-inverse" class="slds-modal__close" onclick="{!c.handleCancel}" /> | |
</header> | |
<div class="slds-modal__content slds-p-around_medium" id="modal-content-id-1"> | |
<!--PUT YOUR CONTENT—> | |
</div> | |
</div> | |
</section> | |
<div class="slds-backdrop slds-backdrop_open"></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment