@bertieorg/market-data-components
v2.4.7
Published
A set of React components related to market data
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";