Count KPI

Color Admin Count KPIThe Count KPI component is native to the Color Admin theme. It displays a label at the top of the KPI along with a pronounced metric value in the middle and a small description at the bottom. It will also optionally display an external link for details about the KPI.

Library

The Count KPI component is located in the Color Admin for WireBootstrap library file located at \lib\color-admin.

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.colorAdmin.kpiCount class.1const kpi = wire.colorAdmin.kpiCount();Exit with⌃↩

Example

An example that demonstrates the Count KPI component can be found in the Color Admin for WireBootstrap project at \pages\kpis-count.html.

Last updated