Skip to content

Instantly share code, notes, and snippets.

@hendrikebbers
Created November 12, 2014 18:59
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/51ceab96eb062eba3229 to your computer and use it in GitHub Desktop.
Save hendrikebbers/51ceab96eb062eba3229 to your computer and use it in GitHub Desktop.
Use a web component
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<script src="bower_components/platform/platform.js"></script>
<link rel="import" href="components/SimpleA.html">
</head>
<body>
<div>
<simple-a></simple-a>
<simple-a></simple-a>
<simple-a></simple-a>
<simple-a></simple-a>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment