Skip to content

component/grow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grow

Grow textareas as the user types.

Installation

$ npm install grow-component

API

grow(el, [options])

var el = document.querySelector('textarea');
var grow = require('grow');
grow(el, { max: 5 });

Options

  • max (number) maximum rows

License

MIT

About

Grow textareas as users type

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published