React component for uploading and viewing your csv file
npm install react-csv-viewer
[![NPM version][npm-image]][npm-url]
[![npm download][download-image]][download-url]
![last commit][last-commit-image]
![Repo size][repo-size-image]
![Github Top Language][language-image]
Super easy csv uploader and viewer component for ReactJS
> Note: Make sure that you have installed the correct version of react(>= v16.8.0) and react-dom(>= v16.8.0).
``bash`
npm install --save react-csv-viewer
`bash`
yarn add react-csv-viewer
`js`
import CsvViewer from "react-csv-viewer";
`js`

> Node >= v8 LTS
- Clone the project to local disk
- npm installnpm start`
-

[npm-image]: https://img.shields.io/npm/v/react-csv-viewer.svg?style=flat-square
[npm-url]: https://npmjs.com/package/react-csv-viewer
[download-image]: https://img.shields.io/npm/dm/react-csv-viewer.svg?style=flat-square
[download-url]: https://npmjs.com/package/react-csv-viewer
[language-image]: https://img.shields.io/github/languages/top/phaniteja1/react-csv-viewer.svg?style=flat
[repo-size-image]: https://img.shields.io/github/repo-size/phaniteja1/react-csv-viewer.svg?style=flat
[last-commit-image]: https://img.shields.io/github/last-commit/phaniteja1/react-csv-viewer.svg?style=flat