Should we use TitleBar or Page? Im confused #8648
Unanswered
artyrcheek
asked this question in
Q&A
Replies: 1 comment
-
Hey @artyrcheek 👋🏽 This is a great question. The - <Page title="Title" primaryAction={{content: 'Save'}}>
+ <Page>
+ <TitleBar title="Title" primaryAction={{content: 'Save'}} />
</Page> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm seeing the use of the component recommended, but I thought the TitleBar was the way to go?
TitleBar seems to be better with the ContextualSaveBar
Beta Was this translation helpful? Give feedback.
All reactions