1.0.3 • Published 2 years ago

stock-market-chart v1.0.3

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

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

npm.io

Maintainers

Resources

  • Chart powered by TradingView
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.1.0

2 years ago