GrowGrow textareas as the user types.Installation$ npm install grow-component APIgrow(el, [options])varel=document.querySelector('textarea');vargrow=require('grow');grow(el,{max: 5});Optionsmax (number) maximum rowsLicenseMIT