Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

The alignment to use for the tabs.

defaultvalue

"left"

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

defaultvalue

false

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.

defaultvalue

"horizontal"

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.

defaultvalue

false

Generated using TypeDoc