Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

svelte-tradingview-widget

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

svelte-tradingview-widget

Svelte component for rendering the TradingView Advanced Real-Time Chart Widget.

  • 2.1.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
44
decreased by-16.98%
Maintainers
1
Weekly downloads
 
Created
Source

svelte-tradingview-widget

Svelte component for rendering the TradingView Advanced Real-Time Chart Widget.

npm license npm

image

Demo

https://borakilicoglu.github.io/svelte-tradingview-widget

Install

yarn add svelte-tradingview-widget or npm install --save svelte-tradingview-widget

Usage

Basic example

import TradingViewWidget from "svelte-tradingview-widget";

<TradingViewWidget />;

Advanced example

Define all properties into options and then pass them to the component. See this page for the TradingView Advanced Real-Time Chart API.

import TradingViewWidget from "svelte-tradingview-widget";

let options = { symbol: "BINANCE:BTCUSDT", theme: "dark", autosize: true, locale: "fr" };

<TradingViewWidget {options} />;

Keywords

FAQs

Package last updated on 19 May 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc