crypto-candles-chart
v1.0.7
Published
A library that exposes a candlestick chart for cryptocurrencies
Downloads
16
Readme
Candlestick chart for cryptocurrencies using React
To run app locally:
mpm i
npm run devUsage as NPM package
Install the package:
npm i crypto-candles-chartUsage:
import { CandlestickChart } from "crypto-candles-chart";
const App = () => {
return <CandlestickChart pair="BTCUSDT" />
}