Last active
August 29, 2015 14:16
-
-
Save jackhftang/3287ce90d61a18657b05 to your computer and use it in GitHub Desktop.
designer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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