Color Admin
Docs HomeProduct SiteSupport
  • WireBootstrap for Color Admin
  • Installation
  • Libs
  • Pages
    • Empty
  • Components
    • Count KPI
      • Configuration
      • Data Events
    • Progress KPI
      • Configuration
      • Data Events
  • Page Menu
Powered by GitBook
On this page
  • Library
  • Class
  • Example
  1. Components

Count KPI

PreviousComponentsNextConfiguration

Last updated 3 years ago

Color Admin Count KPIThe 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

Example

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

The Count KPI extends the 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⌃↩

wire.ui.component
Count KPI
Color Admin Count KPI