Skip to content

Instantly share code, notes, and snippets.

@spacesoft321
spacesoft321 / designer.html
Last active August 29, 2015 14:15
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%;
@spacesoft321
spacesoft321 / designer.html
Created February 12, 2015 11:39
designer
<link rel="import" href="../polymer/polymer.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@spacesoft321
spacesoft321 / designer.html
Last active August 29, 2015 14:15
designer
<link rel="import" href="../paper-slider/paper-slider.html">
<link rel="import" href="../paper-calculator/paper-calculator.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;