Skip to content

Instantly share code, notes, and snippets.

View dopsilva's full-sized avatar

Daniel Ortiz Pereira da Silva dopsilva

  • Unknown Tech
  • São Paulo
View GitHub Profile
@dopsilva
dopsilva / designer.html
Last active August 29, 2015 14:20
designer
<link rel="import" href="../notification-elements/notification-alert.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;
@dopsilva
dopsilva / designer.html
Last active August 29, 2015 14:20
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../paper-tabs/paper-tabs.html">
<link rel="import" href="../paper-tabs/paper-tab.html">
<polymer-element name="my-element">
<template>
<style>
:host {