mirror of
https://github.com/tenrok/vue-tribute.git
synced 2026-06-11 18:32:27 +03:00
23 lines
269 B
Markdown
23 lines
269 B
Markdown
# vue-input-autosize
|
|
|
|
> A simple Vue.js directive for autosizing a text input based on its content.
|
|
|
|
## Install
|
|
|
|
```js
|
|
$ npm install vue-input-autosize --save
|
|
```
|
|
|
|
## Usage
|
|
|
|
Coming soon...
|
|
|
|
## Development
|
|
|
|
Coming soon...
|
|
|
|
## TODO
|
|
|
|
- [ ] Tests
|
|
- [ ] Improve the example
|