bootstrap4c-chosen
Advanced tools
Weekly downloads
Changelog
1.1.1
Readme
This is a Fork of alxlit's great stylesheet (https://github.com/alxlit/bootstrap-chosen).
The Bootstrap4C Chosen is a simple Bootstrap 4 styled component for the brilliant Harvest Chosen jQuery plugin (https://github.com/harvesthq/chosen). The component change the default bitmap icons into nice SVG and works better with the Bootstrap 4 variables.
See demo here => https://haubek.github.io
npm install bootstrap4c-chosen
<link href="path/to/component-chosen.min.css" rel="stylesheet">
<select id="single" class="form-control form-control-chosen" data-placeholder="Please select...">
<option></option>
<option>Option One</option>
<option>Option Two</option>
<option>Option Three</option>
</select>
<select id="multiple" class="form-control form-control-chosen" data-placeholder="Please select..." multiple>
<option></option>
<option>Option One</option>
<option>Option Two</option>
<option>Option Three</option>
</select>
$('.form-control-chosen').chosen();
FAQs
Bootstrap 4 Component - Chosen
The npm package bootstrap4c-chosen receives a total of 492 weekly downloads. As such, bootstrap4c-chosen popularity was classified as not popular.
We found that bootstrap4c-chosen demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.