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
已啟用問題?
問題數1160
打開的問題數248
拉請求數316
打開的拉請求數85
關閉的拉請求數208
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?