Skip to content

Instantly share code, notes, and snippets.

View ztl8702's full-sized avatar
💭
I may be slow to respond.

Radium Zheng ztl8702

💭
I may be slow to respond.
View GitHub Profile
@ztl8702
ztl8702 / mm-button-styles.html
Created July 19, 2016 12:18
Extending native element
<link rel="import" href="../polymer/polymer.html">
<dom-module id="mm-button-styles">
<template>
<style>
:host {
display: block;
border: 2px solid red;
}
</style>
</template>
@ztl8702
ztl8702 / html
Last active May 30, 2016 16:45
test-polymer.html
<html>
<head>
<link rel="import" href="/libraries/bower_components/custom/node-element.html">
<script src="/modules/twig_polymer/vendor/webcomponentsjs/webcomponents-lite.min.js?v=1.x"></script>
</head>
<body>