Components
KPI Focus
Compact KPI Overview for Dashboards

With arcComponentKpiFocus()
, you can display important key figures clearly and attractively directly in your Ninox dashboards. Each KPI box shows a main number with an icon and title, as well as an additional subtitle with further information – for example, trends, changes, or status messages.
The component is ideal for:
Dashboard overviews (e.g., orders, tasks, appointments)
Inventory and stock management
Team or project KPIs
Any other type of key figures that should be quickly and clearly understood
💡 Special features:
Freely configurable number of KPI elements
Individual icons and colors per KPI
Subtitle area for additional values and brief descriptions
Ideal to combine with other arcComponents and widgets for a consistent dashboard design
Predefined component: You don't have to worry about layout, colors, or icon design – just input your own data and get started right away.
Required widgets: KPI Bar, Layout, Text, Icon
Application Code
Parameters
uniqueId
Type:
text
Required field: yes
The uniqueId is a unique identifier for the component. If you use the component multiple times on a page, you should generate the ID dynamically, for example with + Nr
.
items Block
The block items
contains all KPI elements that should be displayed within the component. Each element in the array represents a single KPI box with title, icon, value, and an optional subtitle area.
With items
, you can:
define as many KPIs as you like,
assign a unique icon and color to each KPI,
add additional information such as trends or status indicators via the subtitle.
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
| Number | ✅ | Unique ID of the KPI element. Used to differentiate between the individual KPIs. |
|
| Text | ❌ | Title displayed above the value. |
|
| Text | ✅ | Name of the icon from the built-in icon library. |
|
| Text | ✅ | The main value displayed in the KPI box. |
|
| Object | ❌ | Additional area below the main value with detail information. See below. | See |
subtitle Block
The block subtitle
is optional and allows you to display additional information below the main value. This way, you can emphasize trends, status values, or detail information about your KPI.
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
| Text | ❌ | Sets the text and icon color for the subtitle. Supports hex or CSS colors. |
|
| Text | ❌ | Icon for the subtitle. Displayed to the left of the value. Drawn from the active icon set in the user cockpit. |
|
| Text | ❌ | The additional value displayed in the subtitle. |
|
| Text | ❌ | A short description or explanation for the value. |
|
Example
