Multi-select Tree Component For Vue.js 2

A multi-select component with nested options for Vue.js.

Features:

  • Single select
  • Multiple select
  • Fuzzy searching
  • Delayed loading (load data of deep level options only when needed)
  • Keyboard support
  • Rich options & highly customizable
  • Supports a wide range of browsers

Preview:

Multi-select Tree Component For Vue.js 2

Changelog:

v0.4.0 (10/11/2019)

  • Updated

Download Details:

Author: riophae

Live Demo: https://riophae.github.io/vue-treeselect/

Download Link: https://github.com/riophae/vue-treeselect/archive/dev.zip

Official Website: https://github.com/riophae/vue-treeselect

Install & Download:

# Yarn
$ yarn add @riophae/vue-treeselect

# NPM
$ npm install @riophae/vue-treeselect --save

Add Comment