@bertieorg/market-data-components

A set of React components related to market data

Usage no npm install needed!

<script type="module">
  import bertieorgMarketDataComponents from 'https://cdn.skypack.dev/@bertieorg/market-data-components';
</script>

README

Market Data Components

Install

You have to install and include the peer dependencies yourself:

  • react
  • react-dom
  • highcharts
  • materialize css
  • Roboto font
  • font awesome 5+
  • webfonts: fa-brands-400, fa-regular-400, fa-solid-900

Usage

// Main components can be imported from the default import. 
import { Quote } from "@org/market-data-components";

// Specific components can be imported from their folders
import { QuoteProps } from "@org/market-data-components/components/Quote";