stock-market-chart
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

stock-market-chart

A React UI component to render realtime trading chart by ticker symbols.

Installation

npm install stock-market-chart

Usage

Simply use the component as below in your client side code.

Example file: <mycomponent.js>

import React from 'react';
import { StockMarketChart } from 'stock-market-chart'

function StockTest() {
    const SYMBOL = 'TSLA';

    return <StockMarketChart tickerSymbol={SYMBOL} />
}

export default StockTest;

Example

Maintainers

Resources

  • Chart powered by TradingView

Package Sidebar

Install

npm i stock-market-chart

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

12.4 kB

Total Files

14

Last publish

Collaborators

  • kalyanteja