gianu / react-fittext

React Plugin to fit text on the screen
http://softwarepsychonaut.com/react-fittext
MIT License
218 stars 51 forks source link

fit input boxes too! #12

Closed acornejo closed 8 years ago

acornejo commented 8 years ago

what about making inputs fit to width?

i've seen tons of apps that do this, most frequently to enter dollar amounts. If you type a single character the font is huge, and as you type more characters the size decreases.

do you think this plugin is suitable for this, or is it a completely different problem?

gianu commented 8 years ago

@acornejo The idea of this particular component is to only make text big, not other html elements. That being said, it shouldn't be that hard to fork this project and make it work with inputs.