Skip to content

nui-tech/react-json-to-csv

 
 

Repository files navigation

⌗ 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

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!

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%