14 | This component is a port of FitText. 15 |
16 |FitText makes font-sizes flexible. Use this plugin on your fluid or responsive layout to achieve scalable headlines that fill the width of a parent element.
18 |This port is 100% jQuery free, you only need React to use it.
19 |If you want to use this component on your React project you only need to add react-fittext to your dependencies
23 |
24 | npm install react-fittext --save
25 |
26 | There is an excelent use example in this very same page. To use React-Fittext on the title and subtitle of this page you only need to do this:
27 | 28 |17 | A React component for inflating web type 18 | 19 | Fork it on Github 20 | 21 |
22 |