Popover text content
All changes saved
<!-- Button -->
<button class="button" popovertarget="snackbar1">Show snackbar 1</button>
<!-- Snackbar -->
<article popover="manual" id="snackbar1" class="snackbar" role="status">
<div class="content">
<p>Popover text content</p>
</div>
<div class="actions">
<button class="button" popovertarget="snackbar1">Action</button>
<button class="button" popovertarget="snackbar1">
<span class="sr-only">Close</span>
<svg></svg>
</button>
</div>
</article>
<!-- Button -->
<button class="button" popovertarget="snackbar2">Show snackbar 2</button>
<!-- Snackbar -->
<article id="snackbar2" popover="manual" class="snackbar" role="status">
<div class="content">
<p>All changes saved</p>
</div>
</article>