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
; ...{ return <BigText options=height: 100>BigText React Component</BigText>;}...
Options
- height and width for the component size. Optional, override style height and width properties.
- delay could be boolean or miliseconds number. When true, the value is 500. Default is false. When set the component will wait to apply the big text effect. Useful for async content loading.