{"library":"vue-textarea-autosize","type":"library","category":null,"description":"vue-textarea-autosize is a lightweight Vue.js component that provides a `<textarea>` element with automatically adjustable height based on its content. It supports standard `v-model` binding, allowing for two-way data synchronization, and includes props for setting `minHeight` and `maxHeight` to constrain the textarea's dimensions. The component differentiates itself by explicitly stating it has no external dependencies or wrappers, aiming for a simple and performant solution. Currently at version 1.1.1, the package appears to be primarily targeted at Vue 2 applications, as indicated by its documentation and a Vue 2 badge. With its last update approximately four years ago and Vue 2 having reached end-of-life, the project is likely in an abandoned state, meaning new feature development or compatibility updates for Vue 3 are not expected.","language":"javascript","status":"abandoned","version":"1.1.1","tags":["javascript","vue","vuejs","plugin","textarea","size","auto","autosize","height"],"last_verified":"Wed May 27","install":[{"cmd":"npm install vue-textarea-autosize","imports":["import TextareaAutosize from 'vue-textarea-autosize';\nimport Vue from 'vue';\n\nVue.use(TextareaAutosize);","import TextareaAutosize from 'vue-textarea-autosize';\n\nexport default {\n  components: { TextareaAutosize },\n  // ...\n}","this.$refs.myTextarea.$el.focus();"]},{"cmd":"yarn add vue-textarea-autosize","imports":[]},{"cmd":"pnpm add vue-textarea-autosize","imports":[]}],"homepage":null,"github":"https://github.com/devstark-com/vue-textarea-autosize","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/vue-textarea-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-textarea-autosize/compatibility"}}