0.2.0 • Published 6 years ago

vue-autoresize-textarea v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

0.10.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago