mirror of
https://github.com/tenrok/vue-tribute.git
synced 2026-06-13 06:02:26 +03:00
70937ed774ec92d7a5d863c44c6ef60bd402c0ef
vue-input-autosize
A simple Vue.js directive for autosizing a text input based on its content.
Install
$ npm install vue-input-autosize --save
Usage
import Vue from "vue";
import VueInputAutosize from "vue-input-autosize";
Vue.use(VueInputAutosize, { maxWidth: 500, minWidth: 20, comfortZone: 0 });
Development
Coming soon...
TODO
- Tests
- Improve the example
Languages
Vue
62.5%
JavaScript
37.5%