Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

honeycomb-chart-test

caohuilin10MIT1.0.0-beta.3TypeScript support: included

蜂窝图

readme

honeycomb-chart

蜂窝图

NPM JavaScript Style Guide

Install

npm install --save honeycomb-chart

Usage

import React, { Component } from 'react'

import MyComponent from 'honeycomb-chart'
import 'honeycomb-chart/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © caohuilin