0.2.12 • Published 2 years ago

@gvol/components v0.2.12

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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>
  );
}
PropTypeDefault
*Symbol"BTC" or "ETH"*Required
HeightNumber600
colorsstring GVOL Default Colors

If you'd like more information on the data for these charts, check out the Genesis Volatility documentation 🚀

0.2.12

2 years ago

0.2.11

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago