1.0.1 • Published 7 years ago

react-bigtext v1.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

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/