.container
.header
.top
span Tagify Component for #[a(href='https://vuejs.org/', target='_blank') Vue 2.0]
.middle
h1 Docs
p Simple component for Vue 2.0
.bottom
ul.list
li
a(href='https://github.com/naznadmn/tagify-vue', target='_blank') Available on GitHub
li
a(href='https://www.npmjs.com/package/tagify-vue', target='_blank') NPM
.content
.group
h2 Installation
code npm install --save tagify-vue
code import Tagify from 'tagify-vue'
.group
h2 Basic component
tagify(placeholder='Type your tags here')
.group
h2 Confirm removing
tagify(placeholder='Type your tags here',
confirm)