Skip to content

Instantly share code, notes, and snippets.

@hendrikebbers
Created November 10, 2014 20:13
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 hendrikebbers/dda877bd7a4d3bdbd13c to your computer and use it in GitHub Desktop.
Save hendrikebbers/dda877bd7a4d3bdbd13c to your computer and use it in GitHub Desktop.
a webcomponent file
<link rel="import" href="../bower_components/polymer/polymer.html">
<polymer-element name="lorem-ipsum" attributes="paragraphs">
<template>
// contains the layout of the component in HTML
</template>
<script>
// contains the logic / control of the component in JavaScript
</script>
<style>
// contains the style of the component in CSS
</style>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment