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');
WARNING: This project has been renamed to js-file-download. Use js-file-download instead.
This package has been deprecated! Please 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');