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: 17 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T07:32:19.000Z (about 5 years ago)
- Last Synced: 2025-09-22T03:46:22.375Z (8 months ago)
- Topics: component, input, tags, textarea, vue
- Language: JavaScript
- Size: 383 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VueTextAreaTag [](https://travis-ci.com/abakermi/vue-textarea-tag) [](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)