vue-multiselect
Bootstrap 3/4/5 theme forCompiled from different comments on this github issue
Installation
npm install vue-multiselect-bootstrap-theme
Usage
Include the scss stylesheet into your main styles file, after the vue-multiselect.min.css
file. Include the version that matches your bootstrap version (3,4,5)
@import "~vue-multiselect/dist/vue-multiselect.min.css";
@import "~vue-multiselect-bootstrap-theme/dist/vue-multiselect-bootstrap4.scss";