Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 912 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 912 Bytes

d3js-react-charts

NPM JavaScript Style Guide Node React Styled Components TypeScript

Live link

Install

npm install --save d3js-react-charts

Usage

import React from 'react'
import { LineChart } from 'd3js-react-charts'

const App = () => {
  return <LineChart text="Create React Library Example 😄" />
}

export default App

License

MIT © rahulkadukar