Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 362 Bytes

File metadata and controls

6 lines (4 loc) · 362 Bytes

Generate a PDF from a React component.

Use case:

Sometimes when you have a React project, you want to give users the ability to download an area of your application as PDF. For example, when you display charts based on data, a user should be able to export the chart as PDF.

Clone this repo and run command npm i then npm start enjoy