Skip to content

Instantly share code, notes, and snippets.

View morpheus-sapiens-amans's full-sized avatar

Laércio Avelino morpheus-sapiens-amans

  • avelino-biz
  • Brasil
  • 03:22 (UTC -03:00)
View GitHub Profile
@shalotelli
shalotelli / index.html
Created May 24, 2017 01:16
Creating Web Components in JavaScript (ES6) to use in your Angular, React and Ember projects
<!DOCTYPE html>
<html>
<head>
<title>Web Components</title>
<style>
body {
font-family: 'Helvetica Neue';
}
</style>