react-tradingview-widget-components
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

react-tradingview-widget-components

Installation

npm i react-tradingview-widget-components

Usage

import { SymbolOverview } from "react-tradingview-widget-components";

export const App () => {
    const [ isDarkMode, setIsDarkMode ] = useState<boolean>(true);

    return (
        <SymbolOverview colorTheme={isDarkMode ? "dark" : "light"}/>
    )
};

Widget Props Documentation

Supported Widgets

  • Symbol Overview
  • Advanced Real-Time Chart
  • Mini Chart

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    16
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.4
    16
  • 1.0.3
    0
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i react-tradingview-widget-components

Weekly Downloads

16

Version

1.0.4

License

MIT

Unpacked Size

19 kB

Total Files

14

Last publish

Collaborators

  • john_bcw