Skip to content

Instantly share code, notes, and snippets.

View aluanhaddad's full-sized avatar

Aluan Haddad aluanhaddad

View GitHub Profile
@aluanhaddad
aluanhaddad / app.html
Last active December 2, 2017 13:05 — forked from davismj/app.html
Test: Upload custom element
<template>
<require from="upload"></require>
<main style="padding: 1rem;">
<dl>
<dt>Behaves like a vanilla button.</dt>
<dd>
<upload file.bind="f1">Upload</upload>
<span if.bind="f1">${f1.name} selected</span>
</dd>
@aluanhaddad
aluanhaddad / app.html
Created December 2, 2017 12:15 — forked from davismj/app.html
Test: Upload custom element
<template>
<require from="upload"></require>
<main style="padding: 1rem;">
<dl>
<dt>Behaves like a vanilla button.</dt>
<dd>
<upload file.bind="f1">Upload</upload>
<span if.bind="f1">${f1.name} selected</span>
</dd>