Skip to content

npm-packs/Download-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Download Button

React componen - Download Button Lets you download file locally on you machine

Install:

npm install downloads-button

Exampale

import React from 'react';
import DownloadButton from 'downloads-button';

export default (props) => {
  return (
    <DownloadButton data={array} fileName="mySecretInfo">Download</DownloadButton>
  );
};

Props

data - array of your info you want to download;
fileName - name of a file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published