@multifarm/thor-finance
v0.0.29
Published
Thor finance dashboard developed by Multifarm
Downloads
40
Readme
Thor finance dashboard developed by Multifarm
Installation
The library has three peer dependencies: react
, react-dom
and recharts
.
Integrate the library into your React/Next project using the following command:
yarn add @multifarm/thor-finance recharts
Usage
Import the widget and styles from the installed library.
import { ThorFinance } from '@multifarm/thor-finance';
import '@multifarm/thor-finance/dist/thor-finance.css';
Render the widget in the desired place and pass token and it's ready to use.
<ThorFinance token={THOR_FINANCE_TOKEN} />