react-textfitter
v1.0.0
Published
Simple fit text
Downloads
4
Maintainers
Readme
react-textfitter
Work only with single line
Installation
npm install react-textfitter --save
Usage
import { Textfit } from 'react-textfitter';
class App extends Component {
render() {
return (
<Textfit
maxFontSize={60},
width={100},
>
any text
</Textfit>
);
}
}
License
MIT