UNPKG

@formio/bootstrap

Version:

Bootstrap templates for Form.io forms

8 lines 1.15 kB
Object.defineProperty(exports, "__esModule", { value: true }); exports.default=function(ctx) { var __t, __p = ''; __p += '<div class="pagination-bottom">\n <div ref="paginationContainer" class="hidden">\n <button ref="firstPage" type="button" class="btn" style="outline: none; background-color: inherit; box-shadow: none">\n <span aria-hidden="true" style="font-size: x-large">&laquo;</span>\n </button>\n <button ref="prevPage" type="button" class="btn" style="outline: none; background-color: inherit; box-shadow: none">\n <span aria-hidden="true" style="font-size: x-large">&lsaquo;</span>\n </button>\n <button ref="nextPage" type="button" class="btn" style="outline: none; background-color: inherit; box-shadow: none">\n <span aria-hidden="true" style="font-size: x-large">&rsaquo;</span>\n </button>\n <button ref="lastPage" type="button" class="btn" style="outline: none; background-color: inherit; box-shadow: none">\n <span aria-hidden="true" style="font-size: x-large">&raquo;</span>\n </button>\n </div>\n</div>'; return __p }