react-bigtext

1.0.1 • Public • Published

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

  • 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.

More options in JavaScript original lib

https://brorlandi.github.io/big-text.js/

Readme

Keywords

none

Package Sidebar

Install

npm i react-bigtext

Weekly Downloads

15

Version

1.0.1

License

MIT

Last publish

Collaborators

  • brorlandi