🎉 🌟 💫 Just afterReleasing NPM 1.0.0 🌟 🎉 🌟 💫

This commit is contained in:
abdennour 2016-11-26 10:10:21 +03:00
commit f6f91762ec

View file

@ -23,6 +23,12 @@ const csvData =[
<CSVDownload data={csvData} target="_blank" />
```
# Install :
```
npm install react-csv --save;
```
# Components:
This package includes actually two components: `CSVLink` and `CSVDownload`.