We have all probably written applications in which we have found ourselves creating the same markup over and over again. Situations like this make for an excellent candidate to create a custom element. In this chapter, we are going to take a look at what it takes to create custom elements, as well as use them in your application. When you finish this chapter, you will have a good knowledge of how to use custom elements in your applications.
What Are Custom Elements?
Let’s take a step back and ask ourselves what exactly is a custom element. A custom element is a ...