Skip to content

MikeSpitz/react-file-download

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%