Lightning · Salesforce · Web Design

Lightning Reusable Carousel component

Carousels are often thought of as an easy solution to provide better navigation to all the important content/offers on the site. It is used to highlight important information and engage the customers on the go. It is often a hurdle for developers to include a carousel in the code. Here I have written a reusable… Continue reading Lightning Reusable Carousel component

Lightning · Salesforce

Dynamic Reusable Lightning Table Component

Don’t Repeat Yourself (DRY) is a principle of software development aimed at reducing repetition of software development patterns. Most of the time we will find creating same kind of Component for different object over and over again. To over come this we have created Dynamic reusable lightning component. Github Link : https://github.com/gokulrajanoff/dynamic-table- This component is… Continue reading Dynamic Reusable Lightning Table Component