Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abakermi/vue-textarea-tag
- Owner: abakermi
- License: mit
- Created: 2020-03-31T11:18:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T07:32:19.000Z (over 3 years ago)
- Last Synced: 2024-04-27T00:24:45.410Z (8 months ago)
- Topics: component, input, tags, textarea, vue
- Language: JavaScript
- Size: 383 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)