# Tagify component for Vue

> Tagify Component for Vue 2.0

<p align="center">
    <img src="preview.png" alt="Preview"/>
</p>

## Installation
```bash
npm install --save tagify-vue
```

```javascript
import Tagify from 'tagify-vue'
```

## Usage
```html
<tagify :tags='tags' placeholder='Type your tags here'></tagify>
```
