Skip to content

wiwichai/select2-bootstrap4-theme

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

select2-bootstrap4-theme

npm version npm downloads

Select2 v4 theme for Bootstrap4 (Compatible to boostrap 4.0.0+)

Live demo

👉 https://embed.plnkr.co/YFhC0HYNJPKjXl2wIDGZ/

Installation

$ npm install @ttskch/select2-bootstrap4-theme

Usage

<link rel="stylesheet" href="/path/to/select2.css">
<link rel="stylesheet" href="/path/to/select2-bootstrap4.css">
$('select').select2({
    theme: 'bootstrap4',
});

Getting involved

  1. Fix src/layout.scss, src/_single.scss or src/_multiple.scss
  2. Do npm run build:both
  3. Send me a Pull Requeest

About

Select2 v4 theme for Bootstrap4

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • CSS 69.2%
  • JavaScript 30.8%