vue3-select

0.1.2 • Public • Published

vue3-select

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.

Notes: At the moment, most of the features of vue3-select are the same as the original vue-select project. As such, users can refer to the original documentation for usage instructions.

Documentation

New documentation specific to vue3-select will be available soon...

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

Package Sidebar

Install

npm i vue3-select

Weekly Downloads

335

Version

0.1.2

License

MIT

Unpacked Size

76.2 kB

Total Files

6

Last publish

Collaborators

  • howard-tzw