javascript library to convert html select into beautiful Bootstrap 4 dropdown
npm install four-bootFourBoot Bootstrap Select Picker (Bootstrap 4)
==========
javascript library to convert html select into beautiful Bootstrap 4 dropdown
https://IbraheemAlnabriss.github.io/four-boot/
`
$3
* JQuery 1.8+
* Bootstrap 4.0+ (preferred 4.1)
$3
The folks at CDNJS host a copy of the library. The CDN is updated after the release is made public, which means there is a delay between the publishing of a release and its availability on the CDN, so keep that in mind. Just use these links:
`
Not Supported Yet :(
`
$3
`
`
$3
`
`
$3
`
Not Supported Yet :(
`
$3
`
npm install four-boot
`
$3
Create your `` then apply four-boot using js code.
`html
`
Options can be passed via data attributes or JavaScript.
`
$('select').fourBoot();
//OR
$('select').fourBoot({
class:"btn-danger",
height:"192px",
liveSearch:true
});
``