0.0.1 • Published 4 years ago

vue-textarea-tag v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

VueTextAreaTag Build Status npm version

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