Socket
Socket
Sign inDemoInstall

bootstrap4c-chosen

Package Overview
Dependencies
4
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    bootstrap4c-chosen

Bootstrap 4 Component - Chosen


Version published
Weekly downloads
578
increased by14.23%
Maintainers
1
Install size
4.63 MB
Created
Weekly downloads
 

Changelog

Source

1.1.1

  • Fixed tab issue (#11)
  • Style fixes

Readme

Source

Bootstrap4C

chosen

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

npm install bootstrap4c-chosen

CSS

<link href="path/to/component-chosen.min.css" rel="stylesheet">

HTML5 markup

<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>

Javascript

$('.form-control-chosen').chosen();

Keywords

FAQs

Last updated on 15 Apr 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc