Socket
Book a DemoInstallSign in
Socket

vue3-select

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-select

A maintained fork of vue-select for Vue 3

latest
Source
npmnpm
Version
0.1.2
Version published
Weekly downloads
1.1K
-1.66%
Maintainers
1
Weekly downloads
 
Created
Source

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

Keywords

vue

FAQs

Package last updated on 15 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts