✈️ migrate to static properies of ES7

proptypes should not be  capital
Add unit-test to check if separator has default value
This commit is contained in:
abdennour 2017-02-17 20:24:28 +03:00
commit c5053cf334
6 changed files with 28 additions and 15 deletions

View file

@ -163,7 +163,7 @@ import {CSVDownload} from 'react-csv';
For non-node developers, they have to use CDN version :
```html
<script src="https://cdn.rawgit.com/abdennour/react-csv/7918cadc/cdn/react-csv-latest.js" type="text/javascript"></script>
<script src="https://cdn.rawgit.com/abdennour/react-csv/6424b500/cdn/react-csv-latest.min.js" type="text/javascript"></script>
<script type="text/babel">
const {CSVDownload, CSVLink} = ReactCSV;// or window.ReactCSV