multi-select-vue

0.1.3 • Public • Published

multi-select-vue

It's a vue plugin component upon which you can cusomize multi-select component to your style, such as multiSelectText, default option slot.
It's built upon vue and element, and has extracted unnecessary codes to satisfy everyone's appetite.

how to use

first you should install it from npm or yarn:

npm install multi-select-vue

then make it a Vue component:

import Vue from "vue";
import MultiSelect from "multi-select-vue";

MultiSelect.install(Vue);

now you can enjoy it, a customizable multi-select vue component

Package Sidebar

Install

npm i multi-select-vue

Weekly Downloads

0

Version

0.1.3

License

none

Unpacked Size

5.78 kB

Total Files

4

Last publish

Collaborators

  • fengxh