September 2024

carFilter and carCard Components

Go to Lightning App Builder and create an App Page, “Car Explorer” and add the components “carFilter”, “carTileList” and “carCard” in the page and click on Save.

Go to App Manager , create a new lightning app “CAR_HUB”. Add the app page “Car Explorer” and Car object in the navigation items.

Go to App Launcher and Search for “CAR_HUB”. Test the functionality.

carFilter and carCard Components Read More »

Introducing Car Hub: Overview of Key Components and Functionality

This is a single page project and we are using lightning message channel to share the information from one component to another.
Filter Component: This component allows users to search for cars based on various criteria. Users can filter cars by name, select a price range, and choose specific categories or makes. Any selections made in the filter component will instantly update the “Cars Available” component, displaying the results that match the chosen filters.

Introducing Car Hub: Overview of Key Components and Functionality Read More »