vue-textarea-tag
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i vue-textarea-tag

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

32.3 kB

Total Files

15

Last publish

Collaborators

  • abakermi