VueTextAreaTag
****vue component to add tags to textarea element
Install
$ npm install -g vue-textarea-tag
Usage
; Vue; // 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