--- tags: example title: "A Simple Component" source: - "examples/hello/src/hello.js" class: hello-example layout: layouts/example.njk date: 2019-04-01 ---
A familiar example which needs little explanation.
The only thing to point out here is that the html
tag is compiled to h
function calls by the awesome HTM library. This can be done either at runtime or build time.