Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-file-download

kennethjiang29kMITdeprecated0.3.5

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-components, react, file, download

readme

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