Hello World Component Example
Create a simple Lightning Web Component widget to display Hello World in your dashboard.
-
You can convert any Lightning Web Component into a CRM Analytics Lightning Web Component by adding specific attributes.
-
Now that the Lightning Web Component code is ready to go, it’s time to bring the component into a CRM Analytics dashboard.
-
Lightning Dashboards Configuration
Lightning dashboards provide a flexible way to visualize your data. By default, dashboards include standard components such as charts, tables, and gauges. However, you can extend their capabilities by adding custom Lightning Web Components (LWC).
-
Let’s learn how to inject query results into your running Lightning Web Component code.
-
The Hello World example is a simplified scenario. The most common real world use cases are a custom data visualization, a selection widget, or even better, a widget that does both. With practice, you can add anything you want. To see a list, a third-party data visualization integration, a hierarchy, and more widgets, check out the example GitHub repository.