# grow **Repository Path**: mirrors_component/grow ## Basic Information - **Project Name**: grow - **Description**: Grow textareas as users type - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Grow Grow textareas as the user types. ## Installation ``` $ npm install grow-component ``` ## API ### grow(el, [options]) ```js var el = document.querySelector('textarea'); var grow = require('grow'); grow(el, { max: 5 }); ``` ## Options - `max` (number) maximum rows ## License MIT