react-scale-text
react-scale-text copied to clipboard
A React library to keep an element's text scaled to fit it's container
Followed instructions for usage, no resizing observed.
I am facing an issue where when I resize an html panel from **400px** height to **200px** by keeping width as constant then the **Font Size does not resize** as...
This library works very well for scaling text - better than many of the alternatives I've tried. However it has very poor performance when resizing the window. A debounce /...
I'm trying to use `ScaleText` to scale long emails inside a parent div. The emails are ~25-35 characters and they're overflowing out of the parent div. I tried to wrap...