Skip to content

isneezy/vue-selectize

Repository files navigation

vue-selectize

Netlify Status

A Vanilla Vue.js component that mimics the selectize.js behavior https://vue-selectize.vilanculo.me

Installation

yarn add selectize @isneezy/vue-selectize

Usage

<template>
  <v-selectize v-model="selected" :options="['neat','awesome']"/>
</template>
import 'selectize/dist/css/selectize.css'
import VSelectize from '@isneezy/vue-selectize'
export default {
  data: () => ({
    selected: ''
  }),
    components: {
    VSelectize
  }
}

About

Vanilla Vue.js component that mimics Selectize behavior (no jquery dependency)

Topics

Resources

License

Code of conduct

Stars

74 stars

Watchers

2 watching

Forks

Contributors