Select2 v4 theme for Bootstrap4
npm install @ttskch/select2-bootstrap4-theme




Select2 v4 theme for Bootstrap4 (Compatible to boostrap 4.0.0+)
š https://ttskch.github.io/select2-bootstrap4-theme/
``html`
`bashnpm
$ npm install @ttskch/select2-bootstrap4-theme
`html
`Usage
`js
$('select').select2({
theme: 'bootstrap4',
});
`Getting involved
1. Fix src/_layout.scss, src/_single.scss or src/_multiple.scss
1. Do
npm run build:both
1. Send me a Pull RequestYou can use docs dir for your development.
1. Do
npm run prepare (this creates symlink to dist/select2-bootstrap4.css onto docs)
1. Serve docs with your local web server (e.g. php -S localhost:8888 -t docs)
1. Do npm run watch`