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.scssscss/objects/_accordion-tabs-vertical.scssjs/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