2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-09 05:12:26 +03:00
syropian 29d7f59401 0.1.3
2016-07-24 14:50:49 -04:00
2016-07-24 13:14:47 -04:00
2016-07-24 11:08:04 -04:00
2016-07-24 14:33:40 -04:00
2016-07-24 11:08:04 -04:00
2016-07-17 10:56:41 -04:00
2016-07-17 10:48:56 -04:00
2016-07-24 13:14:47 -04:00
2016-07-24 11:08:04 -04:00
2016-07-24 11:08:04 -04:00
2016-07-24 13:14:47 -04:00
2016-07-16 20:19:04 -04:00
2016-07-24 14:50:49 -04:00
2016-07-24 14:48:38 -04:00
2016-07-24 11:08:04 -04:00

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 });

License

MIT © Collin Henderson

S
Description
No description provided
Readme MIT 1.5 MiB
Languages
Vue 62.5%
JavaScript 37.5%