# MoneyDashboard

![size](https://img.shields.io/bundlephobia/min/@propellerads/money-dashboard.svg)
![](https://img.shields.io/npm/v/@propellerads/money-dashboard.svg?style=flat-square)

[NPM](https://www.npmjs.com/package/@propellerads/money-dashboard) |
[Github](https://github.com/propellerads/ui-components/tree/master/Components/MoneyDashboard)

## Installation
* `yarn add @propellerads/money-dashboard` or `npm install @propellerads/money-dashboard -S`

### How to use
* `import MoneyDashboard from '@propellerads/money-dashboard';`
* And render
```
 <MoneyDashboard
            title={<span>Total balance</span>}
            tooltip={<span>Total balance tooltip'</span>}
            value={100}
            isLoading={boolean('isLoading', false)}
        />
```
