Skip to content

feat(tab): add persistentTabBar option for keep the tab pinned#2186

Open
usmanvrtx wants to merge 1 commit intomainfrom
feat/tabbar-persistent-header
Open

feat(tab): add persistentTabBar option for keep the tab pinned#2186
usmanvrtx wants to merge 1 commit intomainfrom
feat/tabbar-persistent-header

Conversation

@usmanvrtx
Copy link
Copy Markdown
Contributor

Summary

Add persistentTabBar support so the tab bar stays pinned while only the tab content scrolls.

Key Changes

TabBar Behavior

  • Add persistentTabBar parameter to TabBar.
  • Keep the tab bar fixed at the top.
  • Scroll only the selected tab content.

Usage

  body:
    TabBar:
      styles:
        persistentTabBar: true

@usmanvrtx usmanvrtx requested a review from TheNoumanDev April 7, 2026 17:48
@usmanvrtx usmanvrtx self-assigned this Apr 7, 2026
@usmanvrtx usmanvrtx added the enhancement New feature or request label Apr 7, 2026
@usmanvrtx usmanvrtx linked an issue Apr 7, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support sticky/pinned TabBar with scrollable tab content

1 participant