Skip to content

Make tabs accessible #96

@scriptcoded

Description

@scriptcoded

Our tabs component is currently not accessible. We should at least make sure:

  • The tabs have the tab role.
  • The active tab has tabindex="0" and other tabs tabindex="-1".
  • The tabs can be navigated using the arrow keys.
  • The tabs use aria-current and aria-selected appropriately.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions