qr-code
qr-code copied to clipboard
Cannot control size with height/width CSS attributes
Hello, I tried to control the size of the QR code component like this:
qr-code {
width: 10rem;
height: 10rem;
}
but this doesn't resize the actual QR code:
is the only way to control the size modulesize?
Yea, it's like that now... We could add a innerStyle prop which passes the style down to the inner element. Feel free to send me a PR.