Last active
November 11, 2019 19:49
-
-
Save dennyabrain/8f2656aa1663de9e1e7e1aa6a112a41b to your computer and use it in GitHub Desktop.
Example of App Shell and Sections implementation for Tattle Shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<AppShell | |
layoutType={'portal'} | |
primaryNavigationSection = { | |
<PrimaryNavigationSection> | |
... | |
</PrimaryNavigationSection> | |
} | |
mainContentSection = { | |
<MainContentSection route={mainContentSection.route}> | |
... | |
</MainContentSection> | |
} | |
> | |
<StatusSection | |
type={sectionStatus.status} | |
message={sectionStatus.message} | |
/> | |
</AppShell> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment