Faster React Tabs
Faster React Tabs is a flexible and context-agnostic React component used to render accessible and simple tabs.
Making accessible tabs is not an easy task. Fortunately, this React component is built with all the good practices about tabs in mind. On top of that, it provides a non-JavaScript fallback for users with JS disabled or server-side rendering.
Install
Nerdy technical details
- Written the “React Way” without hitting the DOM with
refs
. - Written in ES6, transpiled down to ES5.