Skip to content

muddassyr/generate-a-pdf-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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