Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis. Learn more
Socket
Log inDemoInstall

bootstrap4c-chosen

Package Overview
Dependencies
2
Maintainers
1
Versions
12
Issues
File Explorer

Advanced tools

bootstrap4c-chosen

Bootstrap 4 Component - Chosen

    1.1.1latest
    GitHub

Version published
Maintainers
1
Weekly downloads
507
decreased by-38.32%

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

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • 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