UNPKG
formsflow-theming
Version:
latest (2.4.8)
2.4.8
2.4.7
US Web Design System templates for form.io
github.com/formio/uswds
formio/uswds
formsflow-theming
/
lib
/
templates
/
uswds
/
webform
/
builder.ejs.js
10 lines
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
function
(
ctx
) {
var
__t, __p =
''
; __p +=
'<div class="text-base text-center padding-1">'
+ ((__t = ( ctx.
t
(ctx.
component
.
title
) )) ==
null
?
''
: __t) +
'</div>\r\n'
;
return
__p }