0.2.0 • Published 5 years ago

vue-autoresize-textarea v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

vue-autoresize-textarea

A autoresizable textarea component build using autosize

This isn't particularly useful, it's used as a demo for how to publish Vue components to NPM!

Installation

npm install --save vue-autoresize-textarea

or

yarn add vue-autoresize-textarea

Usage

Once installed, it can be used in a template as simply as:

import TextArea from 'vue-autoresize-textarea';
export default {
  data: function () {
    return {
      text: "Hello World"
    }
  },
  components: {
    TextArea
  }
}
<TextArea class="yourClassName" v-model="text"></TextArea>

LICENSE

MIT

0.2.0

5 years ago

0.10.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago