It resolves #3

This commit is contained in:
abdennour 2017-02-17 19:06:30 +03:00
commit 7918cadcd9
12 changed files with 8667 additions and 173 deletions

View file

@ -14,10 +14,17 @@ class App extends React.Component {
return (
<div style={{padding: 10}}>
<h1>react-csv</h1>
<hr />
<div>
Download CSV <CSVLink data={csvData}> here </CSVLink>.
</div>
<hr />
<div>
Download CSV with <code>;</code> as separator : <CSVLink data={csvData} separator=";"> here </CSVLink>.
</div>
</div>
);
}