vue-multiselect-bootstrap-theme
v1.0.7
Published
Bootstrap 3/4/5 themes for vue-multiselect
Downloads
668
Readme
Bootstrap 3/4/5 theme for vue-multiselect
Compiled 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";