Skip to content

Instantly share code, notes, and snippets.

@ImGamez
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ImGamez/6276cc272652b828260e to your computer and use it in GitHub Desktop.
Save ImGamez/6276cc272652b828260e to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../core-input/core-input.html">
<polymer-element name="my-element">
<template>
<style>
#input {
padding: 15px;
left: 490px;
top: 450px;
position: absolute;
}
</style>
<input id="input" placeholder="type something..." is="core-input">
</template>
<script>
Polymer({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment