npm.io
0.3.5 • Published 8 years ago

react-file-download

Licence
MIT
Version
0.3.5
Deps
0
Vulns
0
Weekly
0
Stars
919
DeprecatedThis package is deprecated

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

Keywords