Skip to content

Instantly share code, notes, and snippets.

@stutya
Last active August 29, 2015 14:15
Show Gist options
  • Save stutya/829457724041de673eac to your computer and use it in GitHub Desktop.
Save stutya/829457724041de673eac to your computer and use it in GitHub Desktop.
designer
<link href="../topeka-elements/theme.html" rel="import">
<link href="../topeka-elements/topeka-resources.html" rel="import">
<link href="../topeka-elements/topeka-categories.html" rel="import">
<polymer-element name="my-element">
<template>
<style>
</style>
<topeka-categories id="topeka_categories"></topeka-categories>
</template>
<script>
Polymer({
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment