There is no build for the element or site utilities like PrismJS yet, so this site only works locally at the moment.
8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
module.exports = function(data) {
|
|
return `
|
|
<header>
|
|
<h1><my-element></h1>
|
|
<h2>A web component just for me.</h2>
|
|
</header>`;
|
|
};
|