1.0.7 • Published 2 years ago

crypto-candles-chart v1.0.7

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Candlestick chart for cryptocurrencies using React

To run app locally:

mpm i
npm run dev

Usage as NPM package

Install the package:

npm i crypto-candles-chart

Usage:

import { CandlestickChart } from "crypto-candles-chart";

const App = () => {
  return <CandlestickChart pair="BTCUSDT" />
}
1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago