Select Input Control
"
vue3-select-component
is a new<Select>
component, made for Vue 3 with the composition API &defineModel()
.It already includes many features such as:
- An easy data manipulation using v-model
- Great styling out-of-the-box, easy customization with CSS vars and
:deep()
CSS selector- Can be used as a single-select or multi-select
- Extended customizability with various
- Ability to the menu to handle z-index edge cases
The component helps you to develop a simple yet powerful select control with ease that works out-of-the-box, while still allowing you to customize it to your needs."
Thomas Cazade