OverviewOfficial Website

The "@vueform/multiselect" package is a popular open-source library for building flexible and customizable select input components in Vue applications. It provides a wide range of features and options to create dropdown menus, autocompletes, and other select-like UI elements with ease.

Add Package
npm i @vueform/multiselect
Import Package
import Multiselect from "@vueform/multiselect";
Remove Package
npm remove @vueform/multiselect ( or you can remove package by removing specific package from package.json )
Examples:
Title Vue
Single Select
<Multiselect v-model="value" :options="options"></Multiselect>
 
Multiple Select
<Multiselect  v-model="value" :options="options" :mode="'multiple'"></Multiselect>
2025 © Skote.