Bootstrap responsive tabs
In a previous project, I had to create a tabs interface that combined a responsive design with the ability to add/remove tabs dynamically.
Typically, a tabbed layout has a set number of tabs, and a fixed width per tab. But if we peek just above our web world, we see a familiar tab interface that can have “lots” of tabs: our browser tabs.
Chrome, Safari, Firefox, IE, all rely on tabs to navigate across multiple web pages at once. They share a set of similar patterns.
Read More