react-file-downloaddeprecated

This package has been deprecated! Please use js-file-download instead

Usage no npm install needed!

<script type="module">
  import reactFileDownload from 'https://cdn.skypack.dev/react-file-download';
</script>

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