Skip to content

Instantly share code, notes, and snippets.

View wmoore's full-sized avatar

Walter Moore wmoore

View GitHub Profile
@wmoore
wmoore / designer.html
Last active January 7, 2016 05:33
designer
<link rel="import" href="../paper-button/paper-button.html">
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<polymer-element name="radio-toolbar">
<template>
<style>
:host {
box-sizing: border-box;
}