Theming for scrollable tabs

This commit is contained in:
Cagatay Civici 2021-08-31 15:53:48 +03:00
parent b21c23a263
commit 0ce958ddf3
37 changed files with 506 additions and 74 deletions

View file

@ -15,7 +15,7 @@ const TabViewProps = [
name: "scrollable",
type: "boolean",
default: "false",
description: "When specified, enables horizontal scrolling."
description: "When enabled displays buttons at each side of the tab headers to scroll the tab list."
}
];