malte-wessel / react-textfit

React component to fit headlines and paragraphs into elements
http://malte-wessel.github.io/react-textfit/
MIT License
469 stars 143 forks source link

support specific update/resize #49

Open MatanMaimon opened 4 years ago

MatanMaimon commented 4 years ago

support manually dispatch event ("resize") with extra params ("detail": { "fitElements": [ELEMENT1, ELEMENT2] }) to resize and process only those specific Textfit elements (and not all Textfits)

denis-sokolov commented 3 years ago

I think this is a valuable suggestion, and I understand the motivation for it. Unfortunately, at the moment I don’t think we can support this due to limited resources.