What is Focus?
Focus determines where keyboard events go in the page.
Move focus around the page using your keyboard:
TAB
will move focus forwardSHIFT - TAB
will move focus backwardsArrow keys
can be used to navigate inside of a component
Implicitly focusable
: automatically in tab order + built-in keyboard event handling.