Skip to content

Instantly share code, notes, and snippets.

View jmalmin's full-sized avatar
🎯
Focusing

John Clint Knudson Malmin jmalmin

🎯
Focusing
View GitHub Profile
@jmalmin
jmalmin / designer.html
Last active August 29, 2015 14:23
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
</style>
<ul>
<template is="dom-repeat" items="{{items}}">
<li><span class="paper-font-body1">{{item}}</span></li>