A wrapper where the user can use the the TAB key to navigate between its children.
<TabbableContainer onNavigate={ e => console.log(e) }>
<Button isSecondary tabIndex="0">Section 1</Button>
<Button isSecondary tabIndex="0">Section 2</Button>
<Button isSecondary tabIndex="0">Section 3</Button>
<Button isSecondary tabIndex="0">Section 4</Button>
</TabbableContainer>