1.0.11 • Published 3 years ago
@nuitech/react-json-to-csv v1.0.11
⌗ react-json-to-csv
A react button component to easily generate csv downloads of your json data. ✨
Features
- Create a csv download from json data
- Lightweight
- Easy to use
- optional filename
Install
Install with npm:
npm i @nuitech/react-json-to-csv
Example Usage
import CsvDownload from '@nuitech/react-json-to-csv'
...
<CsvDownload data={mockData} />
Props
Prop | Type | Requirement | Default | Description |
---|---|---|---|---|
data | object | required | null | object or array of objects |
filename | string | optional | "export.csv" | The complete filename |
Contributing
Please help provide good data faster! Submit any issues and/or make a pull request!