Skip to content

Instantly share code, notes, and snippets.

@guldskog
Created August 23, 2014 21:24
Show Gist options
  • Save guldskog/8f9046168ecbe78571f7 to your computer and use it in GitHub Desktop.
Save guldskog/8f9046168ecbe78571f7 to your computer and use it in GitHub Desktop.
Starter kit for building blooox...
<!-- Blooox -->
<polymer-element name="b-starterkit" attributes="" noscript>
<template>
<style>
</style>
<div id="root">
</div>
</template>
<!--script>
Polymer('', {
});
</script-->
</polymer-element>
<!-- Placeholder -->
<b-starterkit></b-starterkit>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment