matthiasott / a11y-accordion-tabs

A script for an accessible accordion tabs component
MIT License
70 stars 6 forks source link

Add support for vertical tabs #10

Open cbirdsong opened 3 years ago

cbirdsong commented 3 years ago

This adds support for vertical tabs via a tabsDirection option and associated data-tabs-direction attribute. It supports horizontal and vertical string values, but it would be fairly easy to rework it to be a boolean.

cbirdsong commented 3 years ago

Also, I guess probably the version number in the README.md changelog needs to change.