Skip to content

Instantly share code, notes, and snippets.

@emnvn
emnvn / designer.html
Created November 30, 2015 03:55
designer
<link rel="import" href="../topeka-elements/category-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
@emnvn
emnvn / designer.html
Created December 3, 2015 07:15
designer
<link href="../topeka-elements/category-icons.html" rel="import">
<link href="../core-icon/core-icon.html" rel="import">
<polymer-element name="my-element">
<template>
<style>
#design_host {
position: absolute;
width: 100%;