Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abakermi/vue-textarea-tag

vue component to add tags to textarea element
https://github.com/abakermi/vue-textarea-tag

component input tags textarea vue

Last synced: about 1 month ago
JSON representation

vue component to add tags to textarea element

Awesome Lists containing this project

README

        

# VueTextAreaTag [![Build Status](https://travis-ci.com/abakermi/vue-textarea-tag.svg?branch=master)](https://travis-ci.com/abakermi/vue-textarea-tag) [![npm version](https://badge.fury.io/js/vue-textarea-tag.svg)](https://badge.fury.io/js/vue-textarea-tag)

> vue component to add tags to textarea element


****

## **Install**

```
$ npm install -g vue-textarea-tag
```

## Usage

```js
import VueTextAreaTag from 'vue-textarea-tag';

Vue.use(VueTextAreaTag);

// use it

```
## 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](https://github.com/abakermi)