a-x- / react-easy-print

Powerful react component for easy printing
https://www.npmjs.com/package/react-easy-print
MIT License
87 stars 19 forks source link

Print the content of a Dialog component #37

Open AhmadiRamin opened 5 years ago

AhmadiRamin commented 5 years ago

Hi, I want to print the content of a dialog (currently I'm using FabricUI dialog), but when I call window.print(), it shows the whole page and the dialog in center of it. Can I only print the content of that dialog?