1.0.11 • Published 3 years ago

@nuitech/react-json-to-csv v1.0.11

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

⌗ react-json-to-csv

A react button component to easily generate csv downloads of your json data. ✨

npm package version  npm downloads  code style: prettier

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

PropTypeRequirementDefaultDescription
dataobjectrequirednullobject or array of objects
filenamestringoptional"export.csv"The complete filename

Contributing

Please help provide good data faster! Submit any issues and/or make a pull request!

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago