Skip to content

Commit 958602f

Browse files
authored
Merge pull request #103 from EnsembleUI/add-property-persistent-tabbar
Add persistentTabBar property in TabBar documentation
2 parents 6210e9a + 1f1b5ef commit 958602f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/widgets/tabbar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ The TabBar Widget enables the creation of tab bars, providing a convenient and v
1111
| styles | object | [See properties](#styles) |
1212
| selectedIndex | integer | Selecting a Tab based on its index order |
1313
| items | array | Define each of your Tab here |
14+
| persistentTabBar | boolean | Keep the TabBar header fixed while the selected tab body content scrolls. Only applies to the full `TabBar` container, not `TabBarOnly`. |
1415
| onTabSelection | action | The action that will be performed when a tab is pressed. |
1516
| onTabSelectionHaptic | enum | The type of haptic to perform when a tab is pressed. It should be one of heavyImpact, mediumImpact, lightImpact, selectionClick, and vibrate |
1617

0 commit comments

Comments
 (0)