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

add page size and orientation options #5

Open a-x- opened 6 years ago

a-x- commented 6 years ago

e.g.

+@media print {
+  @page {
+    size: A4 portrait
+  }
+}
a-x- commented 6 years ago

add related props

a-x- commented 6 years ago

Some hacks: https://github.com/MeFoDy/print-css/blob/master/print.css#L71