Agenda Using the blogs functionality we would be more clear about how we use Lightning Web Component over different places in Salesforce and how we can make it available. What we are going to do. So basically, I am writing this blog to give you an overview of where we can use Lightning Web Components in our Salesforce Org and outside the Salesforce Org and how we can display the name of the Component different from its original name. Lightning Web Component First of all, What is the lightning web component? So, The Lightning Web Components is lightweight and delivers exceptional performance. Most of the code you write is standard JavaScript and HTML. The Lightning Web Component is not just limited to Lighting Record or Home Page. We can use it at many places in the Salesforce org or outside the org. And to exposed the Lightning Web Component we first need to set the isExposed functionality of the Component present in the meta.xml file to true: <isExposed...