A simple demo of a Weather Forecast Web Component
- Custom Elements
- One of the key features of the Web Components system, custom elements allow new HTML tags to be defined.
- Shadow DOM
- Method of establishing and maintaining functional boundaries between DOM trees and how these trees interact with each other within a document, thus enabling better functional encapsulation within the DOM & CSS.
- HTML templates
- Method of declaring a portion of reusable markup that is parsed but not rendered until cloned.
This package is licensed under the MIT license. Copyright © Magno Biét