@jgornati/react-stock

1.2.8 • Public • Published

react-stock

A library of React component for stock level indication with configurable params.

Installation

Run the following command: npm install --save @jgornati/react-stock

Usage

import {Indicator} from "@jgornati/react-stock-indicator";

Example

<Indicator style={{fill: "red", width: "15px"}}
                       stock={20}
                       config={{
                           low: 3,
                           high: 15
                       }}
/>

alt imagen de nivel

ko-fi

Package Sidebar

Install

npm i @jgornati/react-stock

Weekly Downloads

0

Version

1.2.8

License

MIT

Unpacked Size

8.01 kB

Total Files

9

Last publish

Collaborators

  • jgornati