You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently our library is using inline styling to set styles which is really wrong because it limits our users to change the QrReader UI to match their needs.
Proposal
Implement a solution that exposes a .css file, or use a css-in-js library so the component it's encapsulated, also, add the possibility to override styles via a prop called classes like material-ui.
Motivation
Currently our library is using inline styling to set styles which is really wrong because it limits our users to change the QrReader UI to match their needs.
Proposal
Implement a solution that exposes a
.css
file, or use acss-in-js
library so the component it's encapsulated, also, add the possibility to override styles via a prop calledclasses
like material-ui.Eg:
The text was updated successfully, but these errors were encountered: