Skip to content

Instantly share code, notes, and snippets.

View zakjan's full-sized avatar

Jan Žák zakjan

View GitHub Profile
@zakjan
zakjan / app.html
Last active July 26, 2018 16:03 — forked from jdanyow/app.html
compose with class ref activation
<template>
<h1>${message}</h1>
<div style="display: grid; grid-gap: 20px; grid-template-columns: repeat(2, 1fr)">
<div>
<b>String path:</b>
<br><br>
<template repeat.for="item of items">
<compose view-model="./item" model.bind="{item}"></compose>
</template>