Equal-UI / Equal

Equal UI is a Vue 3 UI library empowered by Tailwindcss
https://equal-ui.github.io/Equal/
MIT License
1.21k stars 67 forks source link

[ Feature Request ] Allow to resize components with the font-size #267

Closed JJBocanegra closed 1 year ago

JJBocanegra commented 3 years ago

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.

Describe alternatives you've considered

Nothing.

Additional context

No response

quatrochan commented 1 year ago

Probably fixed with v0.9