Gentelella
Docs HomeProduct SiteSupport
  • WireBootstrap for Gentelella
  • Installation
  • Libs
  • Pages
    • Empty
  • Theme Assets
  • Components
    • Compare KPI
      • Configuration
    • Count KPI
      • Configuration
  • Page Menu
Powered by GitBook
On this page
  • Library
  • Class
  • Example
  1. Components

Compare KPI

PreviousComponentsNextConfiguration

Last updated 3 years ago

The component is native to the Gentelella theme. It displays an actual metric value and highlights how that metric has performed against a benchmark.

Library

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

Class

To create a new instance of the Compare KPI component, use the wire.gentelella.kpiCompare class.

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

Example

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

The Compare KPI extends the class. As such, it inherits all the base functionality of that class.

wire.ui.component
Compare KPI
Gentelella Compare KPI