1.0.4 • Published 7 years ago
react-csv-viewer v1.0.4
react-csv-viewer
Super easy csv uploader and viewer component for ReactJS

Install
Note: Make sure that you have installed the correct version of
react(>= v16.8.0)andreact-dom(>= v16.8.0).
npm
npm install --save react-csv-vieweryarn
yarn add react-csv-viewerDemo
Usage
import Csv Viewer
import CsvViewer from "react-csv-viewer";<CsvViewer />Contribution
Make a PR
Development
Node >= v8 LTS
- Clone the project to local disk
npm installnpm start