Bootstrap Responsive Tabs
Notes on design:
- Inspired by Safari-style browser tabs.
- Tabs shrink/grow based on specified min and max width.
- There is a 300ms delay after a resize, for performance reasons.
- If tabs don't fit across the container width, a dropdown appears to the right of tabs.
- For devices with screen width of < 768px, the tabs dropdown becomes an overlay.
How to Test: Resize your browser window to see how tabs scale / respond.