jacarma / with-recharts

Create react library with recharts component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

with-recharts

This project is generated with npx create-react-library with default options and then adding a dependency to recharts

This project was created to illustrate this (fixed) issue rollup/rollup#2729 in rollupjs - Compilation never ends. Try yarn build

NPM JavaScript Style Guide

Install

npm install --save with-recharts

Usage

import * as React from 'react'

import MyComponent from 'with-recharts'

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

License

SEE LICENSE IN LICENSE.md ©

About

Create react library with recharts component

License:MIT License


Languages

Language:JavaScript 51.6%Language:TypeScript 25.1%Language:HTML 16.1%Language:CSS 7.1%