# Bootstrap 3/4/5 theme for [vue-multiselect](https://vue-multiselect.js.org/)

Compiled from different comments on this [github issue](https://github.com/shentao/vue-multiselect/issues/718)

## 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)

```scss
@import "~vue-multiselect/dist/vue-multiselect.min.css";
@import "~vue-multiselect-bootstrap-theme/dist/vue-multiselect-bootstrap4.scss";
```
