Skip to content

knaxus/native-web-components

Repository files navigation

Trying Native Web Components with ES6

WebComponentsLogo

Custom Elements API

Files under this section are:

Further reading: Custom Elements v1

Shadow DOM

Files under this section are:

Further reading: Shadow DOM v1

HTML Templates

Files under this section are:

Further reading: HTML's New <template>

HTML Imports

Files under this section are:

Further reading: HTML Imports

Method I of writting web components

I'll be using this method from now onwards

Pros

  • Todo

Cons

  • Todo

Method II of writting web components

Pros

  • Todo

Cons

  • Todo

BestPractices

Covered in random quote component.

Components

  • Displays a quote every 10s