Socket
Socket
Sign inDemoInstall

vs-vue3-select

Package Overview
Dependencies
21
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vs-vue3-select

Vue3 Select is a feature rich select, dropdown, typeahead, tag input component


Version published
Weekly downloads
262
increased by20.18%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

1.3.5 (2024-01-23)

Bug Fixes

  • Click on the list-footer and list-header slots now does not close the list (1a36c0a)

Readme

Source

Vs Vue3 Select

Current Release Release Date Monthly Downloads min gzipped size MIT License Coverage Status

Vs Vue3 Select is a feature rich select/dropdown/typeahead component. It provides a default template that fits most use cases for a filterable select dropdown. The component is designed to be as lightweight as possible, while maintaining high standards for accessibility.

This is a fork of a popular component that has not been maintained for a long time. The component has been enhanced with additional functionality and will continue to evolve and receive updates.

Fork history:

Features

  • Tags input
  • Filtering / Searching
  • Vuex/Pinia Support
  • AJAX Support
  • SSR Support
  • Accessible
  • ~20kb Total / ~5kb CSS / ~15kb JS
  • Select Single/Multiple Options
  • Customizable with slots and CSS variables
  • Zero dependencies

Documentation and examples

Install

npm install vs-vue3-select

Then, import and register the component:

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

app.component('v-select', VueSelect)

License

MIT

Keywords

FAQs

Last updated on 23 Jan 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc