We are committed to build 100+ reusable LWC in 2025

Salesforce, Lighting Web Components is a Framework to build custom UI components which you can be use in Salesforce Lightning Experience and Salesforce App Builder.

#1 – LWC Data-table with Bulk Delete & Export to CSV

Key Features:
  1. Bulk delete
  2. Export selected records to CSV
  3. Revert delete action if record is associate with another records

#2 – Easiest way to implement pagination in Lightning Web Component

Key Features:
  1. Pagination in LWC with Previous and Next buttons.
  2. Displaying the current page and total number of pages.
  3. Showing the total number of records.
  4. Using the standard Lightning Data-table.

#3 – Multi feature ToDo Manager

Key Features:
  1. How to use refresh apex 
  2. Creating multi column layout 
  3. Get current date and time in LWC
  4. Use lightning-input as date
  5. How to use different toast messages with different variants
  6. Get records from apex and show in LWC
  7. Update picklist value from LWC to Apex

#4 – Todo Board – Drag & Drop in LWC Components

Key Features:
  1. Build todo app with Salesforce LWC and Apex 
  2. Creating Lighting Application In Salesforce 
  3. Implement Drag & Drop Functionality In LWC
  4.  Build multi column layout with lighting web components 
  5. Show profile icon in using lightning-avatar
  6. Apex & LWC Connection  Add Update data

#5 – Multi Column Layout -Three Column layout

Key Features:
  1. Three columns layout using SLDS
  2. Easy to configure columns size

#6 – Card With Image and Text

Key Features:
  1. Image on right and Text on left 
  2. Responsive 
  3. Multi column layout
  4. Using Standard Lightning Card & SLDS Card

#7 – Update Parent Records from Child Page.

Key Features:
  1. Get parent objects of any custom or standard object using apex (get all parents of Accounts)
  2. Get all updatable fields of any salesforce object
  3. Dynamically get label of any custom or standard object in Apex
  4. Using Schema.getGlobalDescribe() method
  5. How to use lightning-record-edit-form and display fields dynamically
  6. Dynamically pass current object name and record to lightning-record-edit-form
  7. Passing options to lightning-combobox dynamically
  8. How to use uiRecordApi of LDS
  9. Get record details using getRecord of LDS uiRecordApi
  10. Dynamically use ShowToastEvent to display Success & Error popups