SmartAdmin
Docs HomeProduct SiteSupport
  • WireBootstrap for SmartAdmin
  • Installation
  • Libs
  • Pages
  • Components
    • Analytics KPI
      • Configuration
    • Marketing KPI
      • Configuration
Powered by GitBook
On this page
  • Library
  • Class
  • Example
  1. Components

Marketing KPI

PreviousConfigurationNextConfiguration

Last updated 3 years ago

The component is native to the SmartAdmin theme.

Library

The Marketing KPI component is located in the SmartAdmin for WireBootstrap library file located at \lib\smart-admin.

Class

To create a new instance of the Marketing KPI component, use the wire.smartAdmin.kpiMarketing class.

const kpi = wire.smartAdmin.kpiMarketing();

Example

An example that demonstrates the Marketing KPI component can be found in the SmartAdmin for WireBootstrap project at \pages\kpis-marketing.html.

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

wire.ui.component
SmartAdmin Marketing KPI