Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 477 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 477 Bytes

Bootstrap 4 Responsive Tabs

This library will make the bootstrap nav tabs as dropdown in below 768px screensize. Demo here: https://bootstrap4-responsive-tabs.herokuapp.com/

Usage

$(function() {
	$('.your-custom-navtabs').responsiveTabs();
});

Check the home.html file for your reference.