# lf-information-boxes

> You can use to add dashboard status box with modern looking

Latest version **0.1.7** (published 2021-06-22) · 0 weekly downloads

## Install

```sh
npm install lf-information-boxes
pnpm add lf-information-boxes
yarn add lf-information-boxes
bun add lf-information-boxes
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.7 |
| Published | 2021-06-22 |
| First published | 2021-06-22 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 7 |
| Unpacked size | 127.8 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | thusharalk93 |

## Links

- npm: https://www.npmjs.com/package/lf-information-boxes
- npm.io page: https://npm.io/package/lf-information-boxes

## Dependencies (7)

- [antd](https://npm.io/package/antd.md) ^4.16.3
- [react](https://npm.io/package/react.md) ^17.0.2
- [node-sass](https://npm.io/package/node-sass.md) ^6.0.0
- [react-dom](https://npm.io/package/react-dom.md) ^17.0.2
- [web-vitals](https://npm.io/package/web-vitals.md) ^1.1.2
- [react-icomoon](https://npm.io/package/react-icomoon.md) ^2.3.5
- [react-scripts](https://npm.io/package/react-scripts.md) 4.0.3

## Recent versions

- 0.1.7 (latest) — 2021-06-22
- 0.1.6 — 2021-06-22
- 0.1.5 — 2021-06-22
- 0.1.4 — 2021-06-22
- 0.1.3 — 2021-06-22
- 0.1.2 — 2021-06-22
- 0.1.1 — 2021-06-22
- 0.1.0 — 2021-06-22

## README

# Rich Dashboard Boxes for Reactjs

You can use to add dashboard status box with modern looking

## Example Usage:

To install application to your Reactjs.

Import package
```
import { InformationBoxes } from 'lf-information-boxes';
```
Usage package
```
<InformationBoxes
    title="Total locks"
    type="large" //small or large
    value="12" //only for small
    textColor="#1a3353"
    cardBgColor="#000"
    cardColor="#000000d9"
    icon={ <IcoMoonIcon icon="Lock" size={25}/>}
    //only for large
    topIconColor="#096db5"
    middleIconColor="#096db5" 
    iconMiddle={ <IcoMoonIcon icon="Time1" size={30}/>}
    description="All Locks updated on"
    boldContent="07/11/2020"
    descriptionSecond="Locks to be updated since"
    boldContentSecond="04/11/2020"
    rightColor="#fff"
    rightBgColor="#096db5"
    buttonText="View All"
    onClick={handleChange} //handle button
/>
```

---
_Source: https://npm.io/package/lf-information-boxes · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
