0.3.5 • Published 7 years ago

react-file-download v0.3.5

Weekly downloads
9,468
License
MIT
Repository
github
Last release
7 years ago

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