Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 324 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 324 Bytes

Tagify component for Vue

Tagify Component for Vue 2.0

Preview

Installation

npm install --save tagify-vue
import Tagify from 'tagify-vue'

Usage

<tagify :tags='tags' placeholder='Type your tags here'></tagify>