bootstrap-converter icon indicating copy to clipboard operation
bootstrap-converter copied to clipboard

Bootstrap 3 to Bootstrap 4 Converter

Results 5 bootstrap-converter issues
Sort by recently updated
recently updated
newest added

Hello, can you please update to latest BS 4.x and 5.x options

Need to correct element class name below where "nav-intem" is read change to "nav-item" ``` function navbarConverter($, file){ $('.nav.navbar > li > a').each(function() { $(this).addClass('nav-link'); }); $('.nav.navbar > li').each(function() {...

The **bootstrap-converter** does not support "input group addon" class conversion. I came up with a "input-group-addon" solution that might help. It should be added to inputConverter() function, or somewhere else....

Hi there! I'm making use of this script and finding it useful so far for saving time. I noticed this logic that is meant to convert the different types of...