This package has been deprecated

Author message:

WARNING: This project has been renamed to js-file-download. Use js-file-download instead.

react-file-download

0.3.5 • Public • Published

React File Download

NPM version Build Status

Dependency Status devDependency Status peerDependency Status

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');

Package Sidebar

Install

npm i react-file-download

Weekly Downloads

4,574

Version

0.3.5

License

MIT

Last publish

Collaborators

  • kennethjiang