Skip to content

Instantly share code, notes, and snippets.

View hawkett's full-sized avatar

Colin Hawkett hawkett

View GitHub Profile
@hawkett
hawkett / gist:49146a43d8595aa6c468
Created February 23, 2015 06:40
Polymer (dart) paper-native-button
<link rel="import" href="packages/polymer/polymer.html">
<link rel="import" href="packages/paper_elements/paper_button.html">
<polymer-element name="paper-native-button" extends="button" attributes="raised">
<template>
<style>
:host {
border: 0;
background: transparent;
padding: 0;