UNPKG

react-textfitter

Version:
32 lines (25 loc) 399 B
react-textfitter ========================= Work only with single line ## Installation ```bash npm install react-textfitter --save ``` ## Usage ```javascript import { Textfit } from 'react-textfitter'; class App extends Component { render() { return ( <Textfit maxFontSize={60}, width={100}, > any text </Textfit> ); } } ``` ## License MIT