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