React File Download
React component to trigger browser to save data to file as if it was downloaded.
Installation
npm install react-file-download --save
Usage
var fileDownload = require('react-file-download');
fileDownload(data, 'filename.csv');
This package has been deprecated
Author message:
WARNING: This project has been renamed to js-file-download. Use js-file-download instead.
React component to trigger browser to save data to file as if it was downloaded.
npm install react-file-download --save
var fileDownload = require('react-file-download');
fileDownload(data, 'filename.csv');
npm i react-file-download
6,251
0.3.5
MIT