gd-bs
Version:
Bootstrap JavaScript, TypeScript and Web Components library.
10 lines • 404 B
text/typescript
export const HTML = `
<div class="toast show" role="alert" aria-live="assertive" aria-atomic="true">
<div class="toast-header">
<img class="rounded me-2">
<strong class="me-auto"></strong>
<small></small>
<button type="button" class="btn-close" data-bs-dismiss="toast" aria-label="Close"></button>
</div>
<div class="toast-body"></div>
</div>`.trim();