Monthly Archives: March 2019

What is Custom Element?

One of the most important feature in HTML 5 is Custom Element. We can define our own tag with the help of Custom Element. To build the Custom Element, we need to create following components. 1. Define the DOMString name … Continue reading

7,668 total views, no views today

Posted in Lightning Web Component | Leave a comment

How to use HTML Template as a part of Web Component?

HTML template is a mechanism to hold the client-side content but it’s not rendered during page loading until it’s forcefully instantiated from the JavaScript. Let’s say, we are going to create html and js files to understand the HTML 5 … Continue reading

8,142 total views, no views today

Posted in Lightning Web Component | Leave a comment