Hello World Component Example

Create a simple Lightning Web Component widget to display Hello World in your dashboard.

  • Component Attributes

    You can convert any Lightning Web Component into a CRM Analytics Lightning Web Component by adding specific attributes.

  • CRM Analytics Configuration

    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).

  • Query Data

    Let’s learn how to inject query results into your running Lightning Web Component code.

  • Other Widgets

    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.