Import pre-built [Gvol](https://gvol.io/) charts in your UI 🧙🏼
npm install @gvol/componentsImport pre-built Gvol charts in your UI 🧙🏼
The following chart components are available in v0.2.0:
Simply import the components you want into your project and you're ready to go!
Example in React.js:
``js
import { ConstantMaturityATM } from '@gvol/components'
function App() {
return (
| 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 🚀