@formio/uswds
Version:
US Web Design System templates for form.io
12 lines • 386 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default=function(ctx) {
var __t, __p = '';
__p += '<div class="usa-card__container bg-base-lightest margin-x-0 margin-bottom-205">\n <div class="usa-card__body" ref="' +
((__t = (ctx.nestedKey)) == null ? '' : __t) +
'">\n ' +
((__t = (ctx.children)) == null ? '' : __t) +
'\n </div>\n</div>\n';
return __p
}