Skip to content

DashboardPage component

The DashboardPage component displays a dynamic dashboard with various statistics, charts, and data visualizations.

The component is tightly connected to the dashboard page configuration and backend API. You need to modify the DashboardPage component if you want extra control over how the dashboard looks or works on the client side.

Properties

  • title

    string, optional

    The title displayed at the top of the page. If not provided, the navigation item name will be used as the default.

  • headerRightSection

    ReactNode, optional

    A custom component displayed on the right side of the page header.

  • headerBottomSection

    ReactNode, optional

    A custom component displayed below the page header.