react-hooks-g2

[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) [![Travis](https://img.shields.io/travis/RaoHai/react-hooks-g2.svg)](https://travis-ci.org/RaoHai/react-hooks-g2) [![Coverage Sta

Usage no npm install needed!

<script type="module">
  import reactHooksG2 from 'https://cdn.skypack.dev/react-hooks-g2';
</script>

README

react-hooks-g2

styled with prettier Travis Coverage Status dependencies Status

Usage

  import UseG2 from 'react-hooks-g2'

  ReactDOM.render(<UseG2
    callback={chart => chart.line().position(....)}
    data={[...]}
  />)