Skip to content

Instantly share code, notes, and snippets.

@dennyabrain
Last active November 11, 2019 19:49
Show Gist options
  • Save dennyabrain/8f2656aa1663de9e1e7e1aa6a112a41b to your computer and use it in GitHub Desktop.
Save dennyabrain/8f2656aa1663de9e1e7e1aa6a112a41b to your computer and use it in GitHub Desktop.
Example of App Shell and Sections implementation for Tattle Shell
<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