{"library":"vue-autosize","type":"library","category":null,"description":"The `vue-autosize` package provides a simple Vue 2 directive that integrates the `autosize.js` library into Vue applications, allowing `textarea` elements to automatically adjust their height to fit content. While `autosize.js` itself is actively maintained (latest v6.0.1, published February 2023), this specific Vue 2 wrapper (v1.0.2) is not actively maintained and does not support Vue 3. For new projects or Vue 3, developers should consider modern alternatives like `v-autosize` (a Vue 3 wrapper), `vue-textarea-autosize` (a component-based solution), or `useTextareaAutosize` from VueUse. Its key differentiator was its straightforward directive-based approach for Vue 2, simplifying textarea resizing without complex component structures.","language":"javascript","status":"abandoned","version":"1.0.2","tags":["javascript","textarea","autosize","vue","directive"],"last_verified":"Wed May 27","install":[{"cmd":"npm install vue-autosize","imports":["import VueAutosize from 'vue-autosize';","import Vue from 'vue';\nimport VueAutosize from 'vue-autosize';\nVue.use(VueAutosize);","<textarea v-autosize></textarea>"]},{"cmd":"yarn add vue-autosize","imports":[]},{"cmd":"pnpm add vue-autosize","imports":[]}],"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/vue-autosize","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/vue-autosize/compatibility"}}