@dzorogh/vue-tailwind-select
v1.0.2
Published
Vue component for select-like input, which can be modified with classes and have some initial setup
Downloads
1
Readme
Example how to change classes:
function changeClasses(oldClasses) {
oldClasses.root.push('bg-cyan-900');
return oldClasses;
}