{"_id":"select2-bootstrap4-theme","_rev":"1-9fb11cb6a12de321921c92812d83bc17","name":"select2-bootstrap4-theme","description":"A theme for Select2 v4 and Bootstrap 4","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"select2-bootstrap4-theme","version":"1.0.0","description":"A theme for Select2 v4 and Bootstrap 4","homepage":"https://github.com/berkan52/select2-bootstrap4-theme","repository":{"type":"git","url":"git+https://github.com/berkan52/select2-bootstrap4-theme.git"},"bugs":{"url":"https://github.com/berkan52/select2-bootstrap4-theme/issues"},"keywords":["bootstrap4","select2","css","sass"],"author":{"name":"Berkan Akyürek","email":"berkan52@gmail.com"},"license":"MIT","devDependencies":{"bootstrap":"^4.0.0-beta.2","grunt":"^1.0.1","grunt-contrib-cssmin":"^2.2.1","grunt-contrib-sass":"^1.0.0","grunt-banner":"^0.4.0","grunt-postcss":"^0.9.0"},"main":"src/select2-bootstrap4.scss","directories":{"example":"example"},"scripts":{"test":"grunt nodeunit"},"gitHead":"70eb7c2cbd3e3d9b6489cff6b43181767abd3c9b","_id":"select2-bootstrap4-theme@1.0.0","_npmVersion":"5.6.0","_nodeVersion":"8.9.1","_npmUser":{"name":"berkan52","email":"berkan52@gmail.com"},"dist":{"integrity":"sha512-H5v9fd5JWqYKZZ0T8jB5cIrAhWdAIbr3K0pkfuUebcEZqFXlPtZSKoANzJc/qbDzj0/Sle1h/4APpVPveiR/VA==","shasum":"d637ff18e7fdade8d723ad4c567ef2ba48b73094","tarball":"https://registry.npmjs.org/select2-bootstrap4-theme/-/select2-bootstrap4-theme-1.0.0.tgz","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDEF3DgJCPaU6S08H4cD7NCGyc9U7iPOGX4AMQjk1xPnAIhAMlpqqPRkOc8JdJfcAGRTQ1CVXvKiwltH3C1IBhzNutq"}]},"maintainers":[{"name":"berkan52","email":"berkan52@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/select2-bootstrap4-theme-1.0.0.tgz_1513130948478_0.4236423592083156"}}},"readme":"# Select2 Bootstrap4 Theme\n\n  \n![select2-bootstrap4-theme version](https://img.shields.io/badge/select2--bootstrap4--theme-v.1.0.0-brightgreen.svg)\n[![License](http://img.shields.io/badge/License-MIT-blue.svg)](http://opensource.org/licenses/MIT)\n\n\n#### Compatibility\n\nTested with Bootstrap v4.0.0-beta.2 and Select2 v4.0.5 in latest Chrome and Safari (Mac).\n\n\n#### Installation\n\n* [Download the latest release](https://github.com/berkan52/select2-bootstrap4-theme/releases).\n* Clone the repo: `git clone https://github.com/berkan52/select2-bootstrap4-theme.git`.\n* Install with [Bower](http://bower.io): `bower install select2-bootstrap4-theme`.\n\n\n\n#### Usage\n\nselect2-bootstrap4-theme only works with Select2 v4.x. Applying the theme requires `select2-bootstrap4.css` referenced after the default `select2.css` that comes with Select2:\n\n```html\n<link rel=\"stylesheet\" href=\"select2.css\">\n<link rel=\"stylesheet\" href=\"select2-bootstrap4.css\">\n```\n\nTo apply the theme, tell Select2 to do so by passing `bootstrap` to the [`theme`](https://select2.github.io/examples.html#themes) option when initializing Select2:\n\n```js\n$( \"#dropdown\" ).select2({\n    theme: \"bootstrap4\"\n});\n```\n\nYou may also set it as the default theme for all Select2 widgets like so:\n\n```js\n$.fn.select2.defaults.set( \"theme\", \"bootstrap4\" );\n```\n\n#### Changelog\n\n##### Version 1.0.0\n\n * Create project\n \n\n#### Copyright and license\n\nThe license is available within the repository in the [LICENSE](LICENSE) file.","maintainers":[{"name":"berkan52","email":"berkan52@gmail.com"}],"time":{"modified":"2022-05-17T10:04:37.296Z","created":"2017-12-13T02:09:09.290Z","1.0.0":"2017-12-13T02:09:09.290Z"},"homepage":"https://github.com/berkan52/select2-bootstrap4-theme","keywords":["bootstrap4","select2","css","sass"],"repository":{"type":"git","url":"git+https://github.com/berkan52/select2-bootstrap4-theme.git"},"author":{"name":"Berkan Akyürek","email":"berkan52@gmail.com"},"bugs":{"url":"https://github.com/berkan52/select2-bootstrap4-theme/issues"},"license":"MIT","readmeFilename":"README.md"}