@formio-tmt/bootstrap
Version:
Bootstrap templates for Form.io forms
16 lines • 392 B
JavaScript
export default function(ctx) {
var __t, __p = '', __j = Array.prototype.join;
function print() { __p += __j.call(arguments, '') }
__p += '<div\n ';
for (var attr in ctx.attrs) { ;
__p += '\n ' +
((__t = (attr)) == null ? '' : __t) +
'="' +
((__t = (ctx.attrs[attr])) == null ? '' : __t) +
'"\n ';
} ;
__p += '\n>' +
((__t = (ctx.message)) == null ? '' : __t) +
'</div>\n';
return __p
}