Skip to content

Instantly share code, notes, and snippets.

@dragonro
dragonro / 0_reuse_code.js
Created May 15, 2017 22:31
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
@dragonro
dragonro / designer.html
Last active May 22, 2016 13:58
designer
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html">
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<polymer-element name="my-element">
<template>
<style>
#core_toolbar {
right: 0px;