vue-select

Everything you wish the HTML element could do, wrapped up into a lightweight, extensible Vue component.

Github星跟踪图

vue-select Current Release Bundle Size Monthly Downloads Code Coverage Maintainability Score MIT License

Everything you wish the HTML <select> element could do, wrapped up into a lightweight, zero
dependency, extensible Vue component.

  • Tagging
  • Filtering / Searching
  • Vuex Support
  • AJAX Support
  • SSR Support
  • ~20kb Total / ~5kb CSS / ~15kb JS
  • Select Single/Multiple Options
  • Customizable with slots and SCSS variables
  • Tested with Bootstrap 3/4, Bulma, Foundation
  • +95% Test Coverage
  • Zero dependencies

Documentation

Complete documentation and examples available at https://vue-select.org.

Install

$ npm install vue-select

Register the component

import Vue from 'vue'
import vSelect from 'vue-select'

Vue.component('v-select', vSelect)

You may now use the component in your markup

<v-select v-model="selected" :options="['Vue.js','React']"></v-select>

You can also include vue-select directly in the browser. Check out the
documentation for loading from CDN..

License

MIT

主要指标

概览
名称与所有者sagalbot/vue-select
主编程语言JavaScript
编程语言HTML (语言数: 5)
平台
许可证MIT License
所有者活动
创建于2016-03-02 05:06:02
推送于2025-03-16 17:13:22
最后一次提交2025-02-06 18:15:18
发布数100
最新版本名称v3.20.4 (发布于 )
第一版名称v1.0.0 (发布于 )
用户参与
星数4.7k
关注者数55
派生数1.3k
提交数836
已启用问题?
问题数1163
打开的问题数251
拉请求数316
打开的拉请求数85
关闭的拉请求数208
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?