New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

react-tradingview-embed

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tradingview-embed

React components for TradingView Embeds

latest
Source
npmnpm
Version
3.0.6
Version published
Weekly downloads
2.2K
15.68%
Maintainers
1
Weekly downloads
 
Created
Source

React TradingView Embeds

  • React + TypeScript components for TradingView Embeds
  • https://k-128.github.io/react-tradingview-embed/

Usage

  • npm install --save react-tradingview-embed
import { AdvancedChart } from "react-tradingview-embed";

const App = () => <AdvancedChart widgetProps={{"theme": "dark"}} />;

// If widgets props are missing, use widgetPropsAny, ex:
// - <AdvancedChart widgetPropsAny={{"newProp": true}} />

If redeclared, props set in widgetPropsAny will override those in widgetProps.


Widget support


Keywords

react

FAQs

Package last updated on 01 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts