Skip to content

FarshadGhanbari/selectBox.vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

selectBox.vue

Simple custom selectBox component with tailwind css for Vue.js/Nuxt.js, compatible with v-model.

<select :value="getValue" @change="$emit('change', $event.target.value)" ...

computed: { getValue() { return this.modelValue } }

About

Simple custom selectBox component with tailwind css for Vue.js/Nuxt.js, compatible with v-model.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages