Skip to content

Instantly share code, notes, and snippets.

@steveswing
Created April 12, 2015 20:47
Show Gist options
  • Save steveswing/8d8846c4fd310f105aaf to your computer and use it in GitHub Desktop.
Save steveswing/8d8846c4fd310f105aaf to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../topeka-elements/theme.html">
<link rel="import" href="../topeka-elements/topeka-resources.html">
<link rel="import" href="../topeka-elements/topeka-app.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icon/core-icon.html">
<polymer-element name="my-element">
<template>
<style>
#design_host {
position: absolute;
width: 100%;
height: 100%;
box-sizing: border-box;
}
</style>
<topeka-app selected="profile" disableleaderboard id="topeka_app" vertical layout></topeka-app>
</template>
<script>
Polymer({
});
</script>
</polymer-element><core-icon icon="text" id="core_icon"></core-icon>
<topeka-app selected="profile" disableleaderboard id="topeka_app" vertical layout></topeka-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment