---
id: themes
title: Themes
---

The Themes of Multiple Select.

<div id="gg"></div>

Example: [The Themes](/examples#themes.html)

## bootstrap

Support for bootstrap v3 and bootstrap v4.

```
import 'multiple-select/dist/themes/bootstrap.css'
```

Support `ms-dropdown` and `ms-dropdown-divider` class to show the [Headers](https://getbootstrap.com/docs/4.4/components/dropdowns/#headers) and [Dividers](https://getbootstrap.com/docs/4.4/components/dropdowns/#dividers) of bootstrap Dropdown Components.

For example:

```html
<select class="form-control ms-dropdown"></select>

<select class="form-control ms-dropdown ms-dropdown-divider"></select>
```
