Tab experiments: tabs that fold into an accordion on small screens. Uses mostly just CSS. JS only adds and removes an attribute.
There's a bit of infrastructure in the demo, you'll find the good stuff on following files:
scss/objects/_accordion-tabs.scss
scss/objects/_accordion-tabs-vertical.scss
js/src/author.js
Tested in:
- Firefox (latest)
- Safari (7 & 8)
- Chrome (latest)
- IE9
If you wish to run the demo on your machine:
$ git clone https://github.com/hilja/accordion-tabls.git
$ cd accordion-tabs
$ npm install