1.0.7 • Published 2 years ago
crypto-candles-chart v1.0.7
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" />
}