Last active
October 10, 2017 02:10
-
-
Save allenhwkim/7abfe0b47c4ec5dc78eb0560ff9bcb02 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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