Themes
The Themes of Multiple Select.
Example: The Themes
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 and Dividers of bootstrap Dropdown Components.
For example:
<select class="form-control ms-dropdown"></select>
<select class="form-control ms-dropdown ms-dropdown-divider"></select>