jauhar54 03c91e0dba init | vor 2 Jahren | |
---|---|---|
.. | ||
dist | vor 2 Jahren | |
docs | vor 2 Jahren | |
src | vor 2 Jahren | |
.gitignore | vor 2 Jahren | |
LICENSE | vor 2 Jahren | |
README.md | vor 2 Jahren | |
package.json | vor 2 Jahren | |
webpack.config.js | vor 2 Jahren |
Select2 v4 theme for Bootstrap4 (Compatible to boostrap 4.0.0+)
👉 https://ttskch.github.io/select2-bootstrap4-theme/
$ npm install @ttskch/select2-bootstrap4-theme
<link rel="stylesheet" href="/path/to/select2.css">
<link rel="stylesheet" href="/path/to/select2-bootstrap4.css">
$('select').select2({
theme: 'bootstrap4',
});
npm run build:both
You can use docs dir for your development.
npm run prepare
(this creates symlink to dist/select2-bootstrap4.css
onto docs
)docs
with your local web server (e.g. php -S localhost:8888 -t docs
)npm watch