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: 4 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T07:32:19.000Z (about 4 years ago)
- Last Synced: 2024-04-27T00:24:45.410Z (about 1 year 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 [](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)