- Overview
- Transcript
1.1 Introduction
In this course, I'll show you how to create Web Components without using any additional frameworks like Polymer or x-tag. You'll learn how to transform an existing HTML and CSS template into a web component, how to register it with a custom tag name, and how to import that component from another file.
1.Use Web Components in Vanilla JavaScript2 lessons, 10:51
1.1Introduction00:47
1.2Use Web Components in Vanilla JavaScript10:04
1.1 Introduction
[SOUND] Web Components are a collection of four distinct technologies that come together to form a new way to package and use self-contained components built with HTML, CSS and JavaScript. Hi folks, Welcome to Use Web Components with Vanilla JavaScript. My name is Dan Wellman in this course we're going to see how we can create web components without using any additional frameworks like polymer. Or X tag support for Web Components is not yet universal even the latest browsers. But at some point, most of the things that come into the Web Components umbrella will be supported by all of the most common browsers. Let's take a quick look at how we might implement our own Web component today.







