## Managing the Focus


Each item in the bottom navigation is focusable.

## Keyboard Shortcuts

| Shortcut | Behavior |
| -------- | -------- |
| `Shift + Tab` | Focuses previous link. |
| `Tab` | Focuses next link. |
| `Space / Enter` | Activates the currently focused link. |

## Resources

[ARIA Authoring Practices: Navigation Landmark](https://www.w3.org/WAI/ARIA/apg/patterns/landmarks/examples/navigation.html)
