UNPKG
shubform
Version:
latest (0.0.1)
0.0.1
Shubform is a static website generator
shubform
/
dist
/
nativeComponents
/
jumbotron.js
5 lines
•
201 B
JavaScript
View Raw
1
2
3
4
5
function
execute
(
data, componentHTML
) { componentHTML = componentHTML.
replace
(
/{{title}}/g
, data[
0
]);
// console.log("Jumbotron component executed:", componentHTML);
return
componentHTML; }