Skip to content

Instantly share code, notes, and snippets.

@TheShubhamVsnv
Last active May 14, 2023 11:20
Show Gist options
  • Save TheShubhamVsnv/7a841357a2d7191afd91d2c5b203a78d to your computer and use it in GitHub Desktop.
Save TheShubhamVsnv/7a841357a2d7191afd91d2c5b203a78d to your computer and use it in GitHub Desktop.
slds-Popovers
<section aria-describedby="dialog-body-id-115" aria-labelledby="dialog-heading-id-120" class="slds-popover slds-nubbin_left slds-popover_medium" role="dialog">
<button class="slds-button slds-button_icon slds-button_icon-small slds-float_right slds-popover__close" title="Close dialog">
<svg class="slds-button__icon" aria-hidden="true">
<use xlink:href="/assets/icons/utility-sprite/svg/symbols.svg#close"></use>
</svg>
<span class="slds-assistive-text">Close dialog</span>
</button>
<div class="slds-popover__body" id="dialog-body-id-115">
<div class="slds-media">
<div class="slds-media__body">
<header class="slds-popover__header">
<h2 class="slds-text-heading_small" id="dialog-heading-id-120">Header title</h2>
</header>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
</div>
</div>
</div>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment