custom page size with width and height not working #1286
Answered
by
diegomura
gauravkatara
asked this question in
Q&A
-
how to provide custom width and height of Xcm * Ycm to page. is there anything wrong with the syntax. Also i have tried providing simple number to height and width. |
Beta Was this translation helpful? Give feedback.
Answered by
diegomura
May 3, 2021
Replies: 1 comment
-
Syntax is wrong. Try |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
diegomura
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Syntax is wrong. Try
<Page size={{ width: "3cm", height: "6cm"}} >
(double curly brackets)