Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TabsConfig

Hierarchy

Index

Properties

Optional align

The alignment to use for the tabs.

Optional automatic

automatic: boolean

Boolean if the tab should automatically become active when the user navigates to the tab with the arrow keys.

see

https://www.w3.org/TR/wai-aria-practices/#kbd_selection_follows_focus

Optional orientation

orientation: "horizontal" | "vertical"

The orientation for the tabs. When this is set to vertical, the keyboard movement will be updated to use Up and Down arrow keys instead of Left and Right.

Optional padded

padded: boolean

Boolean if you know that the tabs will be scrollable which will add some additional padding before the first tab to help users know that there's additional tabs.

Generated using TypeDoc