Count KPI

Gentelella Count KPI

The Count KPI component is native to the Gentelella theme. It displays an actual metric value at the top of the KPI along with pronounced label in the middle and a small description at the bottom.

Library

The Count KPI component is located in the Gentelella for WireBootstrap library file located at \lib\gentelella.

Class

The Count KPI extends the wire.ui.component class. As such, it inherits all the base functionality of that class.

To create a new instance of the Count KPI component, use the wire.gentelella.kpiCount class.

const kpi = new wire.gentelella.kpiCount();

Example

An example that demonstrates the Count KPI component can be found in the Gentelella for WireBootstrap project at \pages\kpi.html.

Last updated