Skip to content

geekster-dev/transform-bootstrap-tabs-to-accordion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Transform Bootstrap Tabs to Accordion in mobile view

The script automatically transform the Bootstrap Tabs to the Accordion when the screen size is smaller than a specific breakpoint (default < 768px).

$(document).ready(function(){
    transformTabsToAccordion(768);
});

D E M O

Tech Stack

Bootstrap, HTML, jQuery

Screenshots

App Screenshot

License

MIT

About

The script automatically transform the Bootstrap Tabs to the Accordion when the screen size is smaller than a specific breakpoint.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published