# Selectize Theme for Bootstrap 4 Selectize Theme (SCSS) based on the Bootstrap 4 components. ## Table of Contents - [Dependencies](#dependencies) - [Install](#install) - [Importing](#importing) - [Usage](#usage) - [Theming](#theming) - [Examples](#examples) ## Dependencies - [Selectize](https://selectize.github.io/selectize.js/) 0.12.6 or later - [Bootstrap](https://getbootstrap.com/) 4.1.3 or later ## Install - [Download the latest release](https://github.com/const-se/selectize-bootstrap4-theme/archive/v2.0.2.zip) - Clone the repo: `git clone git@github.com:const-se/selectize-bootstrap4-theme.git` - Install with [npm](https://www.npmjs.com/): `npm install selectize-bootstrap4-theme` - Install with [yarn](https://yarnpkg.com/): `yarn add selectize-bootstrap4-theme` - Install with [composer](https://getcomposer.org/): `composer require const-se/selectize-bootstrap4-theme` ## Importing Import the theme into your SCSS: ```scss @import "node_modules/selectize-bootstrap4-theme/scss/selectize.bootstrap4"; ``` ## Usage Add class `form-control` to your ` ``` Selectize Theme styles will be added to `