@digitalpatterns/formio-gds-template
Version:
Gov UK design system formio templates
16 lines • 470 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default=function(ctx) {
var __t, __p = '';
__p += '<div style="position: relative;">\n ' +
((__t = ( ctx.wizardHeader )) == null ? '' : __t) +
'\n <div class="wizard-page" ref="' +
((__t = (ctx.wizardKey)) == null ? '' : __t) +
'">\n ' +
((__t = (ctx.components)) == null ? '' : __t) +
'\n </div>\n ' +
((__t = ( ctx.wizardNav )) == null ? '' : __t) +
'\n</div>\n';
return __p
}