Skip to content

Instantly share code, notes, and snippets.

@AnishDe12020
Created December 5, 2021 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AnishDe12020/4921e271ec6f9aa657d878e3c173fc44 to your computer and use it in GitHub Desktop.
Save AnishDe12020/4921e271ec6f9aa657d878e3c173fc44 to your computer and use it in GitHub Desktop.
<div class="toast" id="toast">
<svg xmlns="http://www.w3.org/2000/svg" fill="none" class="icon" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
</svg>
<p class="text">Some Information</p>
<button id="close-button" class="close-button">
&#10005;
</button>
</div>
<button id="show-toast" class="show-toast">Show Toast</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment