Skip to content

Instantly share code, notes, and snippets.

@jackhftang
Last active August 29, 2015 14:16
Show Gist options
  • Save jackhftang/3287ce90d61a18657b05 to your computer and use it in GitHub Desktop.
Save jackhftang/3287ce90d61a18657b05 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../paper-input/paper-input.html">
<polymer-element name="my-element">
<template>
<style>
</style>
<div horizontal center-justified layout>
<paper-input id="paper_input1"></paper-input>
<paper-input id="paper_input"></paper-input>
</div>
</template>
<script>
Polymer({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment