Multi-select Tree Component For Vue.js 2

Install & Download:

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

Description:

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

Add Comment