Awesome text component for Ink
Install
$ npm install ink-big-text
Usage
;;;; ;
API
<BigText/>
Props except for text
are passed as options to cfonts
. The only difference is that the background
option is named backgroundColor
here. See the prop types in index.js
for more.
Related
- ink-gradient - Gradient color component for Ink
- ink-box - Box component for Ink
- ink-link - Link component for Ink