Skip to content

Instantly share code, notes, and snippets.

@codemillmatt
Created November 14, 2019 00:11
Show Gist options
  • Save codemillmatt/c873aaabb671505b76f971e0b98ad51e to your computer and use it in GitHub Desktop.
Save codemillmatt/c873aaabb671505b76f971e0b98ad51e to your computer and use it in GitHub Desktop.
Shell Multiple Top Tabs
<TabBar>
<Tab>
<ShellContent>
<YOUR COOL PAGE GOES HERE>
</ShellContent>
<ShellContent>
<ALL YOU HAVE ARE COOL PAGES>
</ShellContent>
</Tab>
<Tab>
<ShellContent>
<ANOTHER COOL PAGE>
</ShellContent>
</Tab>
</TabBar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment