vue-textarea-tag
v0.0.1
Published
vue component to add tags to textarea element
Downloads
1
Readme
VueTextAreaTag
vue component to add tags to textarea element
Install
$ npm install -g vue-textarea-tag
Usage
import VueTextAreaTag from 'vue-textarea-tag';
Vue.use(VueTextAreaTag);
// use it
<VueTextAreaTag :tags="yourtags" :color="bgcolor" @input="dosomething" />
Attributes
tags
Type: array
list of tags
color
Type: string
background color of tag
Events
@input
get current value of textarea
License
MIT © Abdelhak Akermi