Skip to content

Instantly share code, notes, and snippets.

@ThaumRystra
Created August 3, 2015 05:47
Show Gist options
  • Save ThaumRystra/15e51de6a9fdda49dce5 to your computer and use it in GitHub Desktop.
Save ThaumRystra/15e51de6a9fdda49dce5 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../core-pages/core-pages.html">
<link rel="import" href="../paper-input/paper-input.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../paper-item/paper-item.html">
<polymer-element name="my-element">
<template>
<style>
:host {
box-sizing: border-box;
}
</style>
<section id="section"></section>
<core-pages selected="0" selectedindex="0" notap id="core_pages">
<section id="section1" active>
<paper-input label="From" floatinglabel value="Babcock Target" id="fromInput"></paper-input>
<br></br>
<br></br>
<paper-input label="To" floatinglabel value="Kusile" id="toInput"></paper-input>
<h3>Manifest</h3>
<paper-item id="paper_item">12 Slings</paper-item>
</section>
<section id="section2">Page Two</section>
</core-pages>
</template>
<script>
Polymer({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment