Skip to content

howard-tzw/vue3-select

 
 

Repository files navigation

vue3-select

Notes: This repository is no longer maintained. I recommend using Voral/vs-vue3-select.

Documentation (legacy)

This is a forked and maintained version of sagalbot/vue-select, which is no longer maintained. As the name suggests, this project is specifically designed to work with the Vue 3.

New in vue3-select

Original documentation and examples

Install

npm install vue3-select

Then, import and register the component:

import Vue from 'vue'
import VueSelect from 'vue3-select'
import 'vue3-select/dist/vue3-select.css'

app.component('VSelect', VueSelect)

License

MIT

About

A maintained fork of vue-select for Vue3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 61.4%
  • Vue 28.5%
  • CSS 9.4%
  • TypeScript 0.7%