UNPKG

myprojectpackageprav

Version:
15 lines 1.14 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var dashboard_kpis_data_1 = require("./dashboard-kpis-data"); require("./dashboard-kpis.css"); function Dashboardkpis() { return (React.createElement(React.Fragment, null, React.createElement("div", { className: 'row' }, dashboard_kpis_data_1.dashboardkpis.map(function (dashboardkpis) { return React.createElement("div", { className: 'col' }, React.createElement("a", { tabIndex: 0, title: "".concat(dashboardkpis.title, " ").concat(dashboardkpis.count), className: "shadow card p-0 w-100 d-flex kpiborder justify-content-between card-body h-100", "status-kpis": dashboardkpis.kpicode }, React.createElement("h2", { className: 'dashboard-kpi-title p-2 ps-3 darktext d-flex align-items-center poppins-bold font-14' }, dashboardkpis.title), React.createElement("h2", { className: "border-left1 p-2 px-3 color-primary d-flex align-items-center poppins-bold font-22" }, dashboardkpis.count))); })))); } exports.default = Dashboardkpis; //# sourceMappingURL=dashboard-kpis.js.map