@logo-rn/logo-kpi-card
v0.2.2
Published
<LogoKpiCard/> enables a deeper understanding of a single KPI value.
Downloads
9
Readme
@logo-rn/logo-kpi-card
enables a deeper understanding of a single KPI value.
Installation
Install the component:
npm i @logo-rn/logo-kpi-card -s
Usage
Once installed, import the component in your application:
import {LogoKpiCard} from '@logo-rn/logo-kpi-card';
<LogoKpiCard
value={100}
inProgressValue={20}
title={"KPi"}
/>