Skip to content

Instantly share code, notes, and snippets.

@allenhwkim
Last active October 10, 2017 02:10
Show Gist options
  • Save allenhwkim/7abfe0b47c4ec5dc78eb0560ff9bcb02 to your computer and use it in GitHub Desktop.
Save allenhwkim/7abfe0b47c4ec5dc78eb0560ff9bcb02 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<script>
class AppDrawer extends HTMLElement {
//...
}
window.customElements.define('app-drawer', AppDrawer);
</script>
</head>
<body>
<app-drawer></app-drawer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment