Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alxlit/bootstrap-chosen
An alternate stylesheet for Chosen that integrates with Bootstrap.
https://github.com/alxlit/bootstrap-chosen
Last synced: 5 days ago
JSON representation
An alternate stylesheet for Chosen that integrates with Bootstrap.
- Host: GitHub
- URL: https://github.com/alxlit/bootstrap-chosen
- Owner: alxlit
- Archived: true
- Created: 2012-08-17T23:11:04.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T18:06:18.000Z (about 7 years ago)
- Last Synced: 2024-10-01T17:13:56.404Z (about 1 month ago)
- Language: HTML
- Homepage:
- Size: 499 KB
- Stars: 849
- Watchers: 44
- Forks: 305
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bootstrap-chosen (less/sass)
![](https://github.com/alxlit/bootstrap-chosen/raw/master/example.png)
An alternate stylesheet for [Chosen 1.0](http://harvesthq.github.com/chosen/). This
one is supposed to integrate better with [Bootstrap 3.0](http://getbootstrap.com/).[Here's the example page](http://alxlit.github.io/bootstrap-chosen/).
How you add `bootstrap-chosen.less` to your build process is up to you. Just keep
in mind that it needs access to `variables.less` and `mixins.less`.You can tinker with the example page by:
```
$ git clone https://github.com/alxlit/bootstrap-chosen
$ cd bootstrap-chosen
bootstrap-chosen $ git clone --depth=1 https://github.com/twbs/bootstrap
bootstrap-chosen $ vi bootstrap/less/bootstrap.less// Add this to the bottom
@import "../../bootstrap-chosen.less";bootstrap-chosen $ lessc bootstrap/less/bootstrap.less > bootstrap.css
bootstrap-chosen $ firefox example.html
```License: [MIT](https://en.wikipedia.org/wiki/MIT_License)