Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Latest commit

History

History
17 lines (15 loc) 路 617 Bytes

GettingStarted.md

File metadata and controls

17 lines (15 loc) 路 617 Bytes

Getting Started with react-trading-ui

react-trading-ui primarily consists of four components:

  1. OrderBook
  2. TradeHistory
  3. DepthChart
  4. PriceChart

Import Guide

Each component is a named export of react-trading-ui.
If you wish to require a component individually, import from any of:
react-trading-ui/OrderBook
react-trading-ui/TradeHistory
react-trading-ui/DepthChart
react-trading-ui/PriceChart

Component Props

Refer to individual component documentation for expected props.