Is your feature request related to a problem? Please describe.
I can't resize the components because they always uses a `px` to set width and height.
Describe the solution you'd like
All those width and heights should be set using `em` and then a simple `font-size: 2rem` could duplicates the size of the component and all its content.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
No response