formsflow-theming
Version:
US Web Design System templates for form.io
16 lines • 488 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default=function(ctx) {
var __t, __p = '';
__p += '<div style="position: relative;">\r\n ' +
((__t = ( ctx.wizardHeader )) == null ? '' : __t) +
'\r\n <div class="wizard-page formsflow-prose" ref="' +
((__t = (ctx.wizardKey)) == null ? '' : __t) +
'">\r\n ' +
((__t = (ctx.components)) == null ? '' : __t) +
'\r\n </div>\r\n ' +
((__t = ( ctx.wizardNav )) == null ? '' : __t) +
'\r\n</div>\r\n';
return __p
}