react-fittext icon indicating copy to clipboard operation
react-fittext copied to clipboard

Resize within height as well

Open MarcMagnin opened this issue 7 years ago • 2 comments

Hi,

Thanks for that really nice library.

I'm trying to vertically align the resized text using flexbox but is doesn't seems to be resizing at all. Any idea how I can achieve a vertical alignment within flexboxes?

Regards

MarcMagnin avatar Aug 02 '17 15:08 MarcMagnin

Cool, I've just added width:100% to the div and that resize fine.

Anyway to consider the height of the parent as well? image

MarcMagnin avatar Aug 02 '17 15:08 MarcMagnin

I've created a library that solves this, that works with react 16+ and allows for resizing of components https://github.com/damiangreen/isomorphic-react-fittext

damiangreen avatar Oct 20 '19 08:10 damiangreen