0.2.12 • Published 4 years ago
@gvol/components v0.2.12
genesis volatility ui components
Import pre-built Gvol charts in your UI 🧙🏼
getting started
The following chart components are available in v0.2.0:<Skew /><ConstantSkews1M /><ConstantMaturityATM /><GenericOrderbookTermStructure /><CobIvDteATMIv />
Simply import the components you want into your project and you're ready to go! Example in React.js:
import { ConstantMaturityATM } from '@gvol/components'
function App() {
return (
<div>
<ConstantMaturityATM
symbol="BTC"
/>
</div>
);
}| Prop | Type | Default |
|---|---|---|
| *Symbol | "BTC" or "ETH" | *Required |
| Height | Number | 600 |
| colors | string | GVOL Default Colors |
If you'd like more information on the data for these charts, check out the Genesis Volatility documentation 🚀
0.2.12
4 years ago
0.2.11
4 years ago
0.2.9
4 years ago
0.2.8
4 years ago
0.2.4
4 years ago
0.2.3
4 years ago
0.2.2
4 years ago
0.2.1
4 years ago
0.2.0
4 years ago
0.1.9
4 years ago
0.1.8
4 years ago
0.1.7
4 years ago
0.1.6
4 years ago
0.1.5
4 years ago
0.1.4
4 years ago
0.1.3
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago