react-csv-viewer
v1.0.4
Published
React component for uploading and viewing your csv file
Downloads
650
Maintainers
Readme
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-viewer
yarn
yarn add react-csv-viewer
Demo
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 install
npm start