UNPKG

@isneezy/vue-selectize

Version:

Vanila Vue.js component that mimics Selectize behaviour (no need jquery dependency) with extras

20 lines (15 loc) 312 B
--- home: true title: Vue Selectize heroImage: /logo@2x.png actionText: Get Started actionLink: /guide/ --- ## Getting Started Installation ```bash # With npm package manager npm install selectize @isneezy/vue-selectize --save # OR with yarn package manager yarn add selectize @isneezy/vue-selectize ```