gd-bs
Version:
Bootstrap JavaScript, TypeScript and Web Components library.
10 lines (9 loc) • 379 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.HTMLLink = exports.HTMLBlock = exports.HTML = void 0;
// Button
exports.HTML = "<button class=\"btn\" type=\"button\"></button>";
// Block
exports.HTMLBlock = "<div class=\"d-grid gap-2\">" + exports.HTML + "</div>";
// Link
exports.HTMLLink = "<a class=\"btn\" role=\"button\"></a>";