Santanu

Santanu

Get & Set in Lightning Web Component

In this session, we will learn how to use get & set method in Lightning Web Component. Generally, GET method returns value and SET method sets the value. We will follow the same way as in other OOPS Programming Language,…

70,326 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.…

9,421 total views, no 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.…

116,795 total views, no views today

Import/Export JavaScript file in LWC

In ES6 JS architecture, we can export the variables or functions in JS file, so other module can use. Here, we will create simple calculator using import/export functionality in Lightning Web Component framework. Let’s see. Step 1: First, we are…

56,679 total views, no views today