Skip to content

Instantly share code, notes, and snippets.

View jpray's full-sized avatar

John Daniel Pray jpray

View GitHub Profile
import {LitElement} from './node_modules/@polymer/lit-element/lit-element.js'
import { html } from './node_modules/lit-html/lib/lit-extended.js';
class MySweetValentine extends LitElement {
constructor() {
super();
}
render() {
@jpray
jpray / app.html
Last active November 30, 2017 14:28 — forked from jdanyow/app.html
Aurelia Gist
<template>
<div class="pending-transaction" innerhtml.bind="message"></div>
</template>