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:
- Bulk delete
- Export selected records to CSV
- Revert delete action if record is associate with another records
#2 – Easiest way to implement pagination in Lightning Web Component
Key Features:
- Pagination in LWC with Previous and Next buttons.
- Displaying the current page and total number of pages.
- Showing the total number of records.
- Using the standard Lightning Data-table.
#3 – Multi feature ToDo Manager
Key Features:
- How to use refresh apex
- Creating multi column layout
- Get current date and time in LWC
- Use lightning-input as date
- How to use different toast messages with different variants
- Get records from apex and show in LWC
- Update picklist value from LWC to Apex
#4 – Todo Board – Drag & Drop in LWC Components
Key Features:
- Build todo app with Salesforce LWC and Apex
- Creating Lighting Application In Salesforce
- Implement Drag & Drop Functionality In LWC
- Build multi column layout with lighting web components
- Show profile icon in using lightning-avatar
- Apex & LWC Connection Add Update data
#5 – Multi Column Layout -Three Column layout
Key Features:
- Three columns layout using SLDS
- Easy to configure columns size
Key Features:
- Image on right and Text on left
- Responsive
- Multi column layout
- Using Standard Lightning Card & SLDS Card
#7 – Update Parent Records from Child Page.
Key Features:
- Get parent objects of any custom or standard object using apex (get all parents of Accounts)
- Get all updatable fields of any salesforce object
- Dynamically get label of any custom or standard object in Apex
- Using Schema.getGlobalDescribe() method
- How to use lightning-record-edit-form and display fields dynamically
- Dynamically pass current object name and record to lightning-record-edit-form
- Passing options to lightning-combobox dynamically
- How to use uiRecordApi of LDS
- Get record details using getRecord of LDS uiRecordApi
- Dynamically use ShowToastEvent to display Success & Error popups