Visual Studio Code for Lightning Web Component

There are many tools to develop Lightning Web Component. In this session, we will see how to set up Visual Studio Code for developing Lightning Web Component. Step 1: Need to install Salesforce CLI (Command Line Interface) using the following link Windows 32 bit OS -> https://sfdc.co/sfdx_cli_win Windows 64 bit …

18,357 total views, no views today

Welcome to Lightning Web Component

Definition Lightning Web Components are built with Custom HTML elements comprises of Salesforce Design Systems and modern Javascript like ES6. Lightning Web Component follows Web Component standards. We can work on Lightning Web Component with the existing web technologies framework. Why? All modern web browsers are based on web standards …

8,494 total views, 3 views today

How to use CSS in Lightning Web Component?

The beauty of Lightning Component Framework is the uniform UI which is consistent in Lightning Design System. So, the styles of Custom Lightning Component and Standard Lightning Component are in uniform. All elements using lightning namespace use Lightning Design System. Also, you can provide slds (Salesforce Lightning Design System) in …

114,164 total views, 9 views today

How to use Custom Label in Lightning Web Component?

In this session, we will learn how to use Custom Label in Lightning Web Component. To do this exercise, We can consider the first Lightning Web Component named “welcomeWindow“. Step 1: Need to update the welcomeWindow.js-meta.xml to set the visibility in Lightning App Builder. welcomeWindow.js-meta.xml Step 2: We have created …

9,856 total views, 3 views today