https://github.com/groceristar/pdf-export-component
React components, that we're using in order to export database data into PDF files. Using react-pdf as main package
https://github.com/groceristar/pdf-export-component
babel7 jest pdf-export react react-pdf rollup
Last synced: about 1 year ago
JSON representation
React components, that we're using in order to export database data into PDF files. Using react-pdf as main package
- Host: GitHub
- URL: https://github.com/groceristar/pdf-export-component
- Owner: GroceriStar
- License: mit
- Created: 2019-01-07T14:20:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T17:03:29.000Z (over 2 years ago)
- Last Synced: 2023-12-20T11:55:16.527Z (over 2 years ago)
- Topics: babel7, jest, pdf-export, react, react-pdf, rollup
- Language: JavaScript
- Homepage:
- Size: 5.51 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

PDF Export Component Wrapper - @react-pdf
This is a module for using API like wrappers for getting food data for use in many projects. Just Like an database and fetch API in JS
[](https://travis-ci.org/GroceriStar/pdf-export-component) [](https://standardjs.com)
[](https://codeclimate.com/github/GroceriStar/pdf-export-component/maintainability)
[](https://codeclimate.com/github/GroceriStar/pdf-export-component/test_coverage)
[](https://npmjs.org/package/@groceristar/pdf-export "View this project on npm")
Table of Contents
=================
* [Quick Start](#additional-information)
* [What's included](#installation)
* [Bugs and feature requests](#code-example)
* [Documentation](#tests)
* [Contributors](#contributors)
## Quick Start
Several quick start options are available:
* Clone the repo: `git clone https://github.com/GroceriStar/pdf-export.git`
* Install with npm: `npm install @groceristar/pdf-export`
* Install with yarn: `yarn add @groceristar/pdf-export`
## What's included
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
//@TODO update readme
```
.
├── docs
│ └── readme.md # Secondary information about project
└── src
├── projects # Tests for self-titled projects
│ ├── ChickenKyiv
│ ├── GraphQL
│ ├── GroceriStar
│ ├── GS-Loopback
│ ├── MealCalendar
│ ├── Search
│ ├── Showcase
│ └── UnitConvertion
├── import
├── index.js
├── index.test.js
└── utils.js
.gitignore
README.md
package.json
babel.config.js
jest.config.js
rollup.config.js
LICENSE
```
We provide compiled JS, as well as compiled and minified JS.
To Find out about all the functionality use https://groceristar.github.io/groceristar-fetch/.
#### Contributors
@vadim9999, @atherdon, @hirdbluebird
@TODO review latest changes, that was made in @react-pdf and maybe update/improve our code base