@atlaskit/primitives
Version:
Primitives are token-backed low-level building blocks.
20 lines (13 loc) • 813 B
text/mdx
title: Focusable
description: A focus ring clearly indicates which item has keyboard focus.
order: 2
## Usage
It's important that every keyboard-operable part of an interface shows a clear focus indicator when
focused. This makes it clear which item has focus when navigating with a keyboard.

## Accessibility
### Include focus indicators on any keyboard operable UI
Most design system components have the focus ring or other focus indication built-in. If you are
composing a new component, make sure it includes a focus ring or other focus indicator.