react-bigtext
v1.0.1
Published
A ReactJS component of big-text.js lib. This makes text as big as possible while still fitting on the component.
Downloads
14
Readme
React Big Text Component - big-text.js
A React Component based on big-text.js.
Live Demo
https://brorlandi.github.io/react-bigtext/
Installation
npm install react-bigtext
Usage
import BigText from 'react-bigtext';
...
render(){
return <BigText options={{height: 100}}>BigText React Component</BigText>;
}
...
Options
More options in JavaScript original lib
https://brorlandi.github.io/big-text.js/