gd-bs
Version:
Bootstrap JavaScript, TypeScript and Web Components library.
5 lines (4 loc) • 528 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.HTML = void 0;
exports.HTML = "\n<div class=\"toast show\" role=\"alert\" aria-live=\"assertive\" aria-atomic=\"true\">\n <div class=\"toast-header\">\n <img class=\"rounded me-2\">\n <strong class=\"me-auto\"></strong>\n <small></small>\n <button type=\"button\" class=\"btn-close\" data-bs-dismiss=\"toast\" aria-label=\"Close\"></button>\n </div>\n <div class=\"toast-body\"></div>\n</div>".trim();